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 brandtbucher, methane, pablogsal, tim.peters
Date 2020-10-15.09:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602754832.89.0.0919552927293.issue42039@roundup.psfhosted.org>
In-reply-to
Content
You mean because we need to modify _gc_prev and they may be in an inconsistent state? I may be missing something, but the only tricky moment is if someone calls this from a finalizer and in that case we have already constructed the reachable and unreachable sets. Or are you referring to other possible crashes?
History
Date User Action Args
2020-10-15 09:40:32pablogsalsetrecipients: + pablogsal, tim.peters, methane, brandtbucher
2020-10-15 09:40:32pablogsalsetmessageid: <1602754832.89.0.0919552927293.issue42039@roundup.psfhosted.org>
2020-10-15 09:40:32pablogsallinkissue42039 messages
2020-10-15 09:40:32pablogsalcreate