We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6543da commit 92893fdCopy full SHA for 92893fd
Modules/_pickle.c
@@ -6524,11 +6524,13 @@ load_additems(PickleState *state, UnpicklerObject *self)
6524
if (result == NULL) {
6525
Pdata_clear(self->stack, i + 1);
6526
Py_SET_SIZE(self->stack, mark);
6527
+ Py_DECREF(add_func);
6528
return -1;
6529
}
6530
Py_DECREF(result);
6531
6532
6533
6534
6535
6536
return 0;
0 commit comments