STINNER Victor <[email protected]> added the comment:
> Don't you need to free memory using PyObject_GC_Del when you allocate using > PyObject_GC_New? My PR uses the generic tp->tp_free which PyObject_GC_Del(). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42866> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
