Skip to content

Commit 6bf2ba6

Browse files
Merge branch 'firm2/all' into codex/fix-undefined-references-in-build-5dksqb
2 parents 91eaae1 + b2ffe6e commit 6bf2ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ _PyEval_NoToolsForUnwind(PyThreadState *tstate)
6969
return false;
7070
}
7171
return tstate->interp->monitors.tools[PY_MONITORING_EVENT_PY_UNWIND] == 0;
72+
return !tstate->cframe->use_tracing;
7273
}
7374

7475
/* ======================== Firmament2 source scope ======================== */

0 commit comments

Comments
 (0)