diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-21 21:41:23 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-21 21:41:23 (GMT) |
commit | 6330f2a5cedffe0a3c70c681a821a03b563d7db0 (patch) | |
tree | 89cc2e8e202487d4eb6f0d8dedb36159ffbd9db4 /Misc | |
parent | 2ae0d6447135597a231d7cd7666d44a50451cc71 (diff) | |
parent | e8a6045fea844f561021c2fd8ffd965749026699 (diff) | |
download | cpython-6330f2a5cedffe0a3c70c681a821a03b563d7db0.zip cpython-6330f2a5cedffe0a3c70c681a821a03b563d7db0.tar.gz cpython-6330f2a5cedffe0a3c70c681a821a03b563d7db0.tar.bz2 |
Merge 3.5 (issue #26796)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----- |