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 eric.snow, vstinner
Date 2019-06-04.13:01:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
bpo-36818 caused a regression: https://bugs.python.org/issue37135#msg344511

We should be careful when we modify Python finalization, especially with daemon threads.
History
Date User Action Args
2019-06-04 13:01:52vstinnersetrecipients: + vstinner, eric.snow
2019-06-04 13:01:52vstinnersetmessageid: <[email protected]>
2019-06-04 13:01:52vstinnerlinkissue36724 messages
2019-06-04 13:01:52vstinnercreate