There was an error while loading. Please reload this page.
1 parent 7d91c02 commit e860089Copy full SHA for e860089
1 file changed
Modules/_testcapimodule.c
@@ -5064,6 +5064,7 @@ static void
5064
generic_alias_dealloc(PyGenericAliasObject *self)
5065
{
5066
Py_CLEAR(self->item);
5067
+ Py_TYPE(self)->tp_free((PyObject *)self);
5068
}
5069
5070
static PyObject *
0 commit comments