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 nascheme
Recipients a-j-buxton, augustogoulart, iritkatriel, methane, nascheme, pablogsal, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy, vstinner
Date 2021-08-10.21:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628629996.73.0.740559164223.issue33930@roundup.psfhosted.org>
In-reply-to
Content
I'm thinking that the explicit call to PyObject_GC_UnTrack should be made unnecessary by integrating it into the trashcan code.  That way, we avoid someone else running into this kind of bug in the future.  See bpo-44881.
History
Date User Action Args
2021-08-10 21:13:16naschemesetrecipients: + nascheme, rhettinger, terry.reedy, ronaldoussoren, vstinner, taleinat, methane, serhiy.storchaka, pablogsal, augustogoulart, a-j-buxton, iritkatriel
2021-08-10 21:13:16naschemesetmessageid: <1628629996.73.0.740559164223.issue33930@roundup.psfhosted.org>
2021-08-10 21:13:16naschemelinkissue33930 messages
2021-08-10 21:13:16naschemecreate