diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-10-02 15:20:01 (GMT) |
---|---|---|
committer | Antoine Pitrou <pitrou@free.fr> | 2017-10-02 15:20:01 (GMT) |
commit | ac6245a31f9a757db0520722c592cb7fdcb55eb0 (patch) | |
tree | a20a85df675e6b29d07c1e137d55c652c557d21a /Misc | |
parent | 66fb5ef3bb9e36187a0e5052dfd99899447df671 (diff) | |
download | cpython-ac6245a31f9a757db0520722c592cb7fdcb55eb0.zip cpython-ac6245a31f9a757db0520722c592cb7fdcb55eb0.tar.gz cpython-ac6245a31f9a757db0520722c592cb7fdcb55eb0.tar.bz2 |
[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)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-20-18-43-01.bpo-31516.23Yuq3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-20-18-43-01.bpo-31516.23Yuq3.rst b/Misc/NEWS.d/next/Library/2017-09-20-18-43-01.bpo-31516.23Yuq3.rst new file mode 100644 index 0000000..af48d15 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-20-18-43-01.bpo-31516.23Yuq3.rst @@ -0,0 +1 @@ +``threading.current_thread()`` should not return a dummy thread at shutdown. |