Kaydet (Commit) 05825865 authored tarafından Victor Stinner's avatar Victor Stinner

Merge 3.5 (pytime, odict)

......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment