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 c0295db commit 3caf4deCopy full SHA for 3caf4de
1 file changed
Objects/structseq.c
@@ -77,6 +77,7 @@ structseq_dealloc(PyStructSequence *obj)
77
{
78
Py_ssize_t i, size;
79
PyTypeObject *tp;
80
+ PyObject_GC_UnTrack(obj);
81
82
tp = (PyTypeObject *) Py_TYPE(obj);
83
size = REAL_SIZE(obj);
0 commit comments