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, koobs, pablogsal, pitrou, vstinner
Date 2019-06-12.23:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560382220.24.0.0501649294907.issue36402@roundup.psfhosted.org>
In-reply-to
Content
New changeset 468e5fec8a2f534f1685d59da3ca4fad425c38dd by Victor Stinner in branch 'master':
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
https://github.com/python/cpython/commit/468e5fec8a2f534f1685d59da3ca4fad425c38dd
History
Date User Action Args
2019-06-12 23:30:20vstinnersetrecipients: + vstinner, pitrou, eric.snow, koobs, pablogsal
2019-06-12 23:30:20vstinnersetmessageid: <1560382220.24.0.0501649294907.issue36402@roundup.psfhosted.org>
2019-06-12 23:30:20vstinnerlinkissue36402 messages
2019-06-12 23:30:19vstinnercreate