commit | 63ff4131af86e8a48cbedb9fbba95bd65ca90061 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <pitrou@free.fr> | Sat Nov 04 11:05:49 2017 +0100 |
committer | GitHub <noreply@github.com> | Sat Nov 04 11:05:49 2017 +0100 |
tree | e6b205d0bc509e1be7d03a1d755f328f650f5ea1 | |
parent | b838cc3ff4e039af949c6a19bd896e98e944dcbe [diff] |
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) * bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor * Fix docstring