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, corona10, erlendaasland, ghaering, iritkatriel, jcea, lkraav, pablogsal, pitrou, pxd, rhettinger, vstinner
Date 2021-02-22.09:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613985310.02.0.322433231925.issue15108@roundup.psfhosted.org>
In-reply-to
Content
I mainly agree on closing this issue as we already have a warning about this behaviour in gc.get_referrers and other friends.

On the other hand I am still a bit afraid of a crash that could happen if the GC does a pass and one of these tuples is in an inconsistent state. Is possible that this crashes Python without the user calling ever any function from the GC module. I need to do some investigation around this, but I agree that this is a separate issue, so I will open a new one if it happens to be relevant.
History
Date User Action Args
2021-02-22 09:15:10pablogsalsetrecipients: + pablogsal, arigo, rhettinger, jcea, ghaering, amaury.forgeotdarc, pitrou, vstinner, lkraav, pxd, corona10, erlendaasland, iritkatriel
2021-02-22 09:15:10pablogsalsetmessageid: <1613985310.02.0.322433231925.issue15108@roundup.psfhosted.org>
2021-02-22 09:15:10pablogsallinkissue15108 messages
2021-02-22 09:15:09pablogsalcreate