summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-21 21:41:23 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-21 21:41:23 (GMT)
commit6330f2a5cedffe0a3c70c681a821a03b563d7db0 (patch)
tree89cc2e8e202487d4eb6f0d8dedb36159ffbd9db4 /Misc
parent2ae0d6447135597a231d7cd7666d44a50451cc71 (diff)
parente8a6045fea844f561021c2fd8ffd965749026699 (diff)
downloadcpython-6330f2a5cedffe0a3c70c681a821a03b563d7db0.zip
cpython-6330f2a5cedffe0a3c70c681a821a03b563d7db0.tar.gz
cpython-6330f2a5cedffe0a3c70c681a821a03b563d7db0.tar.bz2
Merge 3.5 (issue #26796)
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 294956b..b29d062 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,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.
+
Build
-----