]> granicus.if.org Git - python/commit
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
authorBrian Quinlan <brian@sweetapp.com>
Wed, 8 May 2019 18:04:53 +0000 (14:04 -0400)
committerSteve Dower <steve.dower@python.org>
Wed, 8 May 2019 18:04:53 +0000 (14:04 -0400)
commit39889864c09741909da4ec489459d0197ea8f1fc
tree08f7745e5ca5554a14f6b583a4ee8d345d3fe4b7
parentb9b08cd948de97d756a199b60becce8397a8c882
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)

Co-Authored-By: brianquinlan <brian@sweetapp.com>
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2019-05-06-19-17-04.bpo-26903.4payXb.rst [new file with mode: 0644]