mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
update asdl_c.py from r66377
This commit is contained in:
parent
05e344954d
commit
84076d8a11
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ def visitModule(self, mod):
|
|||
if (PyTuple_GET_SIZE(args) > 0) {
|
||||
if (numfields != PyTuple_GET_SIZE(args)) {
|
||||
PyErr_Format(PyExc_TypeError, "%.400s constructor takes %s"
|
||||
"%" PY_FORMAT_SIZE_T "d positional argument%s",
|
||||
"%zd positional argument%s",
|
||||
Py_TYPE(self)->tp_name,
|
||||
numfields == 0 ? "" : "either 0 or ",
|
||||
numfields, numfields == 1 ? "" : "s");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue