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 amaury.forgeotdarc, arigo, ghaering, iritkatriel, jcea, lkraav, pablogsal, pitrou, pxd, vstinner
Date 2021-02-15.23:01:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613430092.46.0.655245850616.issue15108@roundup.psfhosted.org>
In-reply-to
Content
> PyList_New() is also affected. Do you think about other types?

Any C extension class that implements a new_whatever() method that leaves the class tracked and not ready.
History
Date User Action Args
2021-02-15 23:01:32pablogsalsetrecipients: + pablogsal, arigo, jcea, ghaering, amaury.forgeotdarc, pitrou, vstinner, lkraav, pxd, iritkatriel
2021-02-15 23:01:32pablogsalsetmessageid: <1613430092.46.0.655245850616.issue15108@roundup.psfhosted.org>
2021-02-15 23:01:32pablogsallinkissue15108 messages
2021-02-15 23:01:32pablogsalcreate