]> granicus.if.org Git - python/commit
Issue #26796: Don't configure the number of workers for default threadpool executor.
authorYury Selivanov <yury@magic.io>
Fri, 21 Oct 2016 21:40:42 +0000 (17:40 -0400)
committerYury Selivanov <yury@magic.io>
Fri, 21 Oct 2016 21:40:42 +0000 (17:40 -0400)
commite8a6045fea844f561021c2fd8ffd965749026699
tree43f62ad5e679a2128600e9084a48837ca727ff12
parent9f91e858ce64c93936c904ee522b3fcaefd159d4
Issue #26796: Don't configure the number of workers for default threadpool executor.

Initial patch by Hans Lawrenz.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Misc/NEWS