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 amaury.forgeotdarc, arigo, erlendaasland, ghaering, iritkatriel, jcea, lkraav, pablogsal, pitrou, pxd, vstinner
Date 2021-02-16.00:21:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613434879.1.0.310879012772.issue15108@roundup.psfhosted.org>
In-reply-to
Content
> Any C extension class that implements a new_whatever() method that leaves the class tracked and not ready.

I'm not aware of such C extension but they likely exists. If we have such extensions in the stdlib, we can try to fix them.

We cannot fix such GC bugs in third party code, and I don't think that we can hack the GC to work around this issue neither.
History
Date User Action Args
2021-02-16 00:21:19vstinnersetrecipients: + vstinner, arigo, jcea, ghaering, amaury.forgeotdarc, pitrou, lkraav, pxd, pablogsal, erlendaasland, iritkatriel
2021-02-16 00:21:19vstinnersetmessageid: <1613434879.1.0.310879012772.issue15108@roundup.psfhosted.org>
2021-02-16 00:21:19vstinnerlinkissue15108 messages
2021-02-16 00:21:18vstinnercreate