]> granicus.if.org Git - python/commit
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdown (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2017 15:20:01 +0000 (08:20 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Mon, 2 Oct 2017 15:20:01 +0000 (17:20 +0200)
commitac6245a31f9a757db0520722c592cb7fdcb55eb0
treea20a85df675e6b29d07c1e137d55c652c557d21a
parent66fb5ef3bb9e36187a0e5052dfd99899447df671
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdown (GH-3673) (#3856)

bpo-31516: current_thread() should not return a dummy thread at shutdown
(cherry picked from commit 1023dbbcb7f05e76053486ae7ef7f73b4cdc5398)
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2017-09-20-18-43-01.bpo-31516.23Yuq3.rst [new file with mode: 0644]