mirror of
https://github.com/python/cpython.git
synced 2025-07-27 21:24:32 +00:00
Rolled back revisions 85003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
This commit is contained in:
parent
2af840455e
commit
da4fabac87
2 changed files with 1 additions and 4 deletions
|
@ -3059,7 +3059,7 @@ PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,
|
|||
defcount ? "at most" : "exactly",
|
||||
co->co_argcount,
|
||||
co->co_argcount == 1 ? "" : "s",
|
||||
argcount);
|
||||
argcount + kwcount);
|
||||
goto fail;
|
||||
}
|
||||
n = co->co_argcount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue