mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 09:50:28 +00:00
fix refcount error found in MODE=dbg
all tests now pass in MODE=dbg
This commit is contained in:
parent
9aac17ff54
commit
725f4617fd
1 changed files with 0 additions and 1 deletions
1
third_party/python/Modules/_pickle.c
vendored
1
third_party/python/Modules/_pickle.c
vendored
|
@ -5983,7 +5983,6 @@ do_append(UnpicklerObject *self, Py_ssize_t x)
|
|||
return -1;
|
||||
}
|
||||
result = _Pickle_FastCall(extend_func, slice);
|
||||
Py_DECREF(slice);
|
||||
Py_DECREF(extend_func);
|
||||
if (result == NULL)
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue