mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
remove pointless error checking
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user