]> granicus.if.org Git - python/commit
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
authorVictor Stinner <vstinner@redhat.com>
Thu, 13 Jun 2019 10:06:24 +0000 (12:06 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 10:06:24 +0000 (12:06 +0200)
commit6f75c873752a16a7ad8f35855b1e29f59d048e84
treec3df13f3339045c40d4335c64a8e37c3774c3b99
parentb4b814b3988abf69f07f8492d82e855c51b2a75d
tbpo-36402: Fix threading.Thread._stop() (GH-14047)

Remove the _tstate_lock from _shutdown_locks, don't remove None.
Lib/test/test_threading.py
Lib/threading.py