summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-21 21:40:42 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-21 21:40:42 (GMT)
commite8a6045fea844f561021c2fd8ffd965749026699 (patch)
tree43f62ad5e679a2128600e9084a48837ca727ff12 /Misc
parent9f91e858ce64c93936c904ee522b3fcaefd159d4 (diff)
downloadcpython-e8a6045fea844f561021c2fd8ffd965749026699.zip
cpython-e8a6045fea844f561021c2fd8ffd965749026699.tar.gz
cpython-e8a6045fea844f561021c2fd8ffd965749026699.tar.bz2
Issue #26796: Don't configure the number of workers for default threadpool executor.
Initial patch by Hans Lawrenz.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48bd626..8c091a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -402,6 +402,10 @@ Library
children are done.
Patch by Johannes Ebke.
+- Issue #26796: Don't configure the number of workers for default
+ threadpool executor.
+ Initial patch by Hans Lawrenz.
+
IDLE
----