mirror of https://github.com/python/cpython.git
Missing DECREF.
This commit is contained in:
parent
dcae0dc4ed
commit
d06483c2f6
|
@ -2619,6 +2619,7 @@ reduce_2(PyObject *obj)
|
|||
Py_XDECREF(cls);
|
||||
Py_XDECREF(args);
|
||||
Py_XDECREF(args2);
|
||||
Py_XDECREF(slots);
|
||||
Py_XDECREF(state);
|
||||
Py_XDECREF(names);
|
||||
Py_XDECREF(listitems);
|
||||
|
|
Loading…
Reference in New Issue