mirror of
https://github.com/python/cpython.git
synced 2025-10-13 10:23:28 +00:00
Merged revisions 78028 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78028 | benjamin.peterson | 2010-02-06 13:40:18 -0600 (Sat, 06 Feb 2010) | 1 line remove pointless error checking ........
This commit is contained in:
parent
232ecb8918
commit
f3b7a25a21
1 changed files with 0 additions and 3 deletions
|
@ -3130,9 +3130,6 @@ PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,
|
||||||
else if (cmp < 0)
|
else if (cmp < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
/* Check errors from Compare */
|
|
||||||
if (PyErr_Occurred())
|
|
||||||
goto fail;
|
|
||||||
if (j >= total_args && kwdict == NULL) {
|
if (j >= total_args && kwdict == NULL) {
|
||||||
PyErr_Format(PyExc_TypeError,
|
PyErr_Format(PyExc_TypeError,
|
||||||
"%U() got an unexpected "
|
"%U() got an unexpected "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue