Skip to content

Commit ceb40f6

Browse files
Merge pull request #12 from jamesclement1776/codex/fix-missing-cframe-member-error
Remove obsolete cframe check in _PyEval_NoToolsForUnwind
2 parents 87f7c44 + ccdccf6 commit ceb40f6

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)