This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, erlendaasland, vstinner
Date 2021-01-08.14:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610115803.19.0.746476625385.issue42866@roundup.psfhosted.org>
In-reply-to
Content
> 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().
History
Date User Action Args
2021-01-08 14:23:23vstinnersetrecipients: + vstinner, corona10, erlendaasland
2021-01-08 14:23:23vstinnersetmessageid: <1610115803.19.0.746476625385.issue42866@roundup.psfhosted.org>
2021-01-08 14:23:23vstinnerlinkissue42866 messages
2021-01-08 14:23:23vstinnercreate