mirror of
https://github.com/python/cpython.git
synced 2025-07-13 14:25:18 +00:00
revert r85003, poorly considered; breaks tests
This commit is contained in:
parent
81437c9025
commit
aa7fbd9564
2 changed files with 1 additions and 4 deletions
|
@ -3104,7 +3104,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