Merge 3.3

This commit is contained in:
Alexandre Vassalotti 2013-04-20 21:28:49 -07:00
commit 4fe2184a0f

View file

@ -5058,11 +5058,13 @@ do_append(UnpicklerObject *self, Py_ssize_t x)
if (result == NULL) {
Pdata_clear(self->stack, i + 1);
Py_SIZE(self->stack) = x;
Py_DECREF(append_func);
return -1;
}
Py_DECREF(result);
}
Py_SIZE(self->stack) = x;
Py_DECREF(append_func);
}
return 0;