mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Merge 3.5 (pytime, odict)
This commit is contained in:
commit
058258652a
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ odict_reduce(register PyODictObject *od)
|
|||
goto Done;
|
||||
else {
|
||||
PyObject *empty, *od_vars, *iterator, *key;
|
||||
int ns_len;
|
||||
Py_ssize_t ns_len;
|
||||
|
||||
/* od.__dict__ isn't necessarily a dict... */
|
||||
ns = PyObject_CallMethod((PyObject *)vars, "copy", NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue