mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Revert 42400.
This commit is contained in:
parent
2c95cc6d72
commit
e0e89f7920
5 changed files with 11 additions and 11 deletions
|
|
@ -1149,7 +1149,7 @@ PyDict_MergeFromSeq2(PyObject *d, PyObject *seq2, int override)
|
|||
PyErr_Format(PyExc_ValueError,
|
||||
"dictionary update sequence element #%d "
|
||||
"has length %zd; 2 is required",
|
||||
i, (long)n);
|
||||
i, n);
|
||||
goto Fail;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue