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 pablogsal
Recipients pablogsal, vstinner
Date 2021-06-29.14:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624976450.1.0.547989055296.issue44531@roundup.psfhosted.org>
In-reply-to
Content
> Anyway, I propose to add a new _PyType_AllocNoTrack() function which allocates memory without tracking the newly allocated object directly in the GC.

How is that going to help third party extensions and subclasses?
History
Date User Action Args
2021-06-29 14:20:50pablogsalsetrecipients: + pablogsal, vstinner
2021-06-29 14:20:50pablogsalsetmessageid: <1624976450.1.0.547989055296.issue44531@roundup.psfhosted.org>
2021-06-29 14:20:50pablogsallinkissue44531 messages
2021-06-29 14:20:50pablogsalcreate