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.10:06:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560420390.1.0.631202603584.issue36402@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6f75c873752a16a7ad8f35855b1e29f59d048e84 by Victor Stinner in branch 'master':
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
https://github.com/python/cpython/commit/6f75c873752a16a7ad8f35855b1e29f59d048e84
History
Date User Action Args
2019-06-13 10:06:30vstinnersetrecipients: + vstinner, pitrou, eric.snow, koobs, pablogsal
2019-06-13 10:06:30vstinnersetmessageid: <1560420390.1.0.631202603584.issue36402@roundup.psfhosted.org>
2019-06-13 10:06:30vstinnerlinkissue36402 messages
2019-06-13 10:06:30vstinnercreate