Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e7e2e commit ec977c3Copy full SHA for ec977c3
Modules/xxlimited.c
@@ -31,7 +31,7 @@ static XxoObject *
31
newXxoObject(PyObject *arg)
32
{
33
XxoObject *self;
34
- self = PyObject_New(XxoObject, (PyTypeObject*)Xxo_Type);
+ self = PyObject_GC_New(XxoObject, (PyTypeObject*)Xxo_Type);
35
if (self == NULL)
36
return NULL;
37
self->x_attr = NULL;
0 commit comments