We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d1e93 commit f44aa3eCopy full SHA for f44aa3e
peps/pep-0768.rst
@@ -235,7 +235,7 @@ to be audited or disabled if desired by a system's administrator.
235
tstate->remote_debugger_support.debugger_pending_call = 0;
236
const char *path = tstate->remote_debugger_support.debugger_script;
237
if (*path) {
238
- if (0 != PySys_Audit("debugger_script", path)) {
+ if (0 != PySys_Audit("debugger_script", "%s", path)) {
239
PyErr_Clear();
240
} else {
241
FILE* f = fopen(path, "r");
0 commit comments