diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/ceval.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 0ee95bc..1b8650a 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -763,11 +763,6 @@ resume_frame: DISPATCH(); - if (_Py_HandlePending(tstate) != 0) { - goto error; - } - DISPATCH(); - { /* Start instructions */ #if !USE_COMPUTED_GOTOS |