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.
There was an error while loading. Please reload this page.
1 parent 99a0d7e commit c336f1cCopy full SHA for c336f1c
1 file changed
Objects/classobject.c
@@ -244,7 +244,7 @@ static void
244
method_dealloc(PyObject *self)
245
{
246
PyMethodObject *im = _PyMethodObject_CAST(self);
247
- PyObject_GC_UnTrack(im);
+ _PyObject_GC_UNTRACK(im);
248
if (im->im_weakreflist != NULL)
249
PyObject_ClearWeakRefs((PyObject *)im);
250
Py_DECREF(im->im_func);
0 commit comments