Kaydet (Commit) 6188d09f authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Merge

......@@ -2951,7 +2951,7 @@ save_frozenset(PicklerObject *self, PyObject *obj)
iter = PyObject_GetIter(obj);
if (iter == NULL) {
return NULL;
return -1;
}
for (;;) {
PyObject *item;
......
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