]> granicus.if.org Git - python/commit
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
authorAntoine Pitrou <pitrou@free.fr>
Sat, 4 Nov 2017 10:05:49 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2017 10:05:49 +0000 (11:05 +0100)
commit63ff4131af86e8a48cbedb9fbba95bd65ca90061
treee6b205d0bc509e1be7d03a1d755f328f650f5ea1
parentb838cc3ff4e039af949c6a19bd896e98e944dcbe
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)

* bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor

* Fix docstring
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/__init__.py
Lib/concurrent/futures/_base.py
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2017-11-02-22-26-16.bpo-21423.hw5mEh.rst [new file with mode: 0644]