mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge 3.3
This commit is contained in:
commit
4fe2184a0f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue