Skip to content
Prev Previous commit
Next Next commit
Address review: revert redundant slot removal
  • Loading branch information
Erlend E. Aasland committed May 27, 2021
commit 07f21822f593195fe7367289425430e825255989
1 change: 1 addition & 0 deletions Modules/_functoolsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ static PyType_Slot partial_type_slots[] = {
{Py_tp_members, partial_memberlist},
{Py_tp_getset, partial_getsetlist},
{Py_tp_new, partial_new},
{Py_tp_free, PyObject_GC_Del},
{0, 0}
};

Expand Down