diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-21 21:40:42 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-21 21:40:42 (GMT) |
commit | e8a6045fea844f561021c2fd8ffd965749026699 (patch) | |
tree | 43f62ad5e679a2128600e9084a48837ca727ff12 /Misc | |
parent | 9f91e858ce64c93936c904ee522b3fcaefd159d4 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ---- |