Skip to content

Commit ccdccf6

Browse files
Remove obsolete cframe check in _PyEval_NoToolsForUnwind
1 parent 87f7c44 commit ccdccf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ _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;
7372
}
7473

7574
/* ======================== Firmament2 source scope ======================== */

0 commit comments

Comments
 (0)