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 87f7c44 + ccdccf6 commit ceb40f6Copy full SHA for ceb40f6
Python/ceval.c
@@ -69,7 +69,6 @@ _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