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-13.12:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560428545.34.0.599329867053.issue36402@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6eb2878e42152e9c45d7ee5e6f889532d753e67c by Victor Stinner (Miss Islington (bot)) in branch '3.7':
bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH-14054)
https://github.com/python/cpython/commit/6eb2878e42152e9c45d7ee5e6f889532d753e67c
History
Date User Action Args
2019-06-13 12:22:25vstinnersetrecipients: + vstinner, pitrou, eric.snow, koobs, pablogsal
2019-06-13 12:22:25vstinnersetmessageid: <1560428545.34.0.599329867053.issue36402@roundup.psfhosted.org>
2019-06-13 12:22:25vstinnerlinkissue36402 messages
2019-06-13 12:22:25vstinnercreate