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 vstinner
Date 2019-06-13.10:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560420465.87.0.44066070748.issue37265@roundup.psfhosted.org>
In-reply-to
Content
commit 6f75c873752a16a7ad8f35855b1e29f59d048e84 (HEAD -> master, upstream/master)
Author: Victor Stinner <vstinner@redhat.com>
Date:   Thu Jun 13 12:06:24 2019 +0200

    tbpo-36402: Fix threading.Thread._stop() (GH-14047)
    
    Remove the _tstate_lock from _shutdown_locks, don't remove None.
History
Date User Action Args
2019-06-13 10:07:45vstinnersetrecipients: + vstinner
2019-06-13 10:07:45vstinnersetmessageid: <1560420465.87.0.44066070748.issue37265@roundup.psfhosted.org>
2019-06-13 10:07:45vstinnerlinkissue37265 messages
2019-06-13 10:07:45vstinnercreate