summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-10-02 14:42:15 (GMT)
committerGitHub <noreply@github.com>2017-10-02 14:42:15 (GMT)
commit1023dbbcb7f05e76053486ae7ef7f73b4cdc5398 (patch)
tree3588990f6fdc88663ac88814ad02840e4c1856bd /Misc
parente6f62f69f07892b993910ff03c9db3ffa5cb9ca5 (diff)
downloadcpython-1023dbbcb7f05e76053486ae7ef7f73b4cdc5398.zip
cpython-1023dbbcb7f05e76053486ae7ef7f73b4cdc5398.tar.gz
cpython-1023dbbcb7f05e76053486ae7ef7f73b4cdc5398.tar.bz2
bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673)
bpo-31516: current_thread() should not return a dummy thread at shutdown
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-20-18-43-01.bpo-31516.23Yuq3.rst1
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.