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 joernheissler, pitrou, serhiy.storchaka, vstinner, xtreak
Date 2021-03-29.12:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617020291.15.0.213328242733.issue37773@roundup.psfhosted.org>
In-reply-to
Content
> Victor, were there any changes in the garbage collector or interpreter shutdown code in 3.8?

I took some notes there: https://pythondev.readthedocs.io/finalization.html

I proposed bpo-42671 "Make the Python finalization more deterministic" but it will break some use cases, so I'm not comfortable with this idea yet :-(
History
Date User Action Args
2021-03-29 12:18:11vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka, joernheissler, xtreak
2021-03-29 12:18:11vstinnersetmessageid: <1617020291.15.0.213328242733.issue37773@roundup.psfhosted.org>
2021-03-29 12:18:11vstinnerlinkissue37773 messages
2021-03-29 12:18:10vstinnercreate