Skip to content

Commit fcfd06c

Browse files
committed
remove CHECK_EVAL_BREAKER
1 parent 839e25b commit fcfd06c

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
@@ -4028,7 +4028,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
40284028
Py_DECREF(cond);
40294029
if (err > 0) {
40304030
JUMPBY(oparg);
4031-
CHECK_EVAL_BREAKER();
40324031
}
40334032
else if (err == 0)
40344033
;

0 commit comments

Comments
 (0)