]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete dead ceval code. (gh-106486)
authorBenjamin Peterson <benjamin@python.org>
Fri, 7 Jul 2023 18:16:19 +0000 (13:16 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Jul 2023 18:16:19 +0000 (13:16 -0500)
Python/ceval.c

index 0ee95bc3a3a4bb838cbad20fd7a188202de45115..1b8650a650412dca108c689de5f866a8a3896560 100644 (file)
@@ -763,11 +763,6 @@ resume_frame:
 
     DISPATCH();
 
-    if (_Py_HandlePending(tstate) != 0) {
-        goto error;
-    }
-    DISPATCH();
-
     {
     /* Start instructions */
 #if !USE_COMPUTED_GOTOS