diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 0b8a377ee4..7c1f7816e8 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -3115,9 +3115,6 @@ PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals, else if (cmp < 0) goto fail; } - /* Check errors from Compare */ - if (PyErr_Occurred()) - goto fail; if (j >= co->co_argcount) { if (kwdict == NULL) { PyObject *kwd_str = kwd_as_string(keyword); |