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 serhiy.storchaka, vstinner
Date 2020-12-17.22:08:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608242888.5.0.507707712811.issue42671@roundup.psfhosted.org>
In-reply-to
Content
I took some notes on latest changes of the Python finalization order:
https://pythondev.readthedocs.io/finalization.html#reorder-python-finalization

Not directly related, I also took notes on the "weird GC behavior during Python finalization" (such as the issue that I have with my _thread change):
https://pythondev.readthedocs.io/finalization.html#weird-gc-behavior-during-python-finalization
History
Date User Action Args
2020-12-17 22:08:08vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-12-17 22:08:08vstinnersetmessageid: <1608242888.5.0.507707712811.issue42671@roundup.psfhosted.org>
2020-12-17 22:08:08vstinnerlinkissue42671 messages
2020-12-17 22:08:08vstinnercreate