summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Quinlan <brian@sweetapp.com>2019-06-28 18:54:52 (GMT)
committerGitHub <noreply@github.com>2019-06-28 18:54:52 (GMT)
commit242c26f53edb965e9808dd918089e664c0223407 (patch)
tree6fec44dfe5a6af889cbb54844e86e1d10ea33a2c /Misc
parent29f609ed07aa7856741ff8b8b8b050369d0faf81 (diff)
downloadcpython-242c26f53edb965e9808dd918089e664c0223407.zip
cpython-242c26f53edb965e9808dd918089e664c0223407.tar.gz
cpython-242c26f53edb965e9808dd918089e664c0223407.tar.bz2
bpo-31783: Fix a race condition creating workers during shutdown (#13171)
* bpo-31783: Fix a race condition while creating workers during interpreter shutdown * 📜🤖 Added by blurb_it.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-07-19-25-55.bpo-31783.lgLo69.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-07-19-25-55.bpo-31783.lgLo69.rst b/Misc/NEWS.d/next/Library/2019-05-07-19-25-55.bpo-31783.lgLo69.rst
new file mode 100644
index 0000000..a261e59
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-05-07-19-25-55.bpo-31783.lgLo69.rst
@@ -0,0 +1 @@
+Fix race condition in ThreadPoolExecutor when worker threads are created during interpreter shutdown. \ No newline at end of file