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.
2 parents 91eaae1 + b2ffe6e commit 6bf2ba6Copy full SHA for 6bf2ba6
Python/ceval.c
@@ -69,6 +69,7 @@ _PyEval_NoToolsForUnwind(PyThreadState *tstate)
69
return false;
70
}
71
return tstate->interp->monitors.tools[PY_MONITORING_EVENT_PY_UNWIND] == 0;
72
+ return !tstate->cframe->use_tracing;
73
74
75
/* ======================== Firmament2 source scope ======================== */
0 commit comments