Skip to content

Commit a855458

Browse files
authored
Delete dead ceval code. (gh-106486)
1 parent b3648f0 commit a855458

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Python/ceval.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
763763

764764
DISPATCH();
765765

766-
if (_Py_HandlePending(tstate) != 0) {
767-
goto error;
768-
}
769-
DISPATCH();
770-
771766
{
772767
/* Start instructions */
773768
#if !USE_COMPUTED_GOTOS

0 commit comments

Comments
 (0)