]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
authorLogan Jones <loganasherjones@gmail.com>
Sat, 20 Nov 2021 20:19:41 +0000 (15:19 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 20:19:41 +0000 (21:19 +0100)
commitfdc0e09c3316098b038996c428e88931f0a4fcdb
tree92967b2752a10aa9d28cd96aab2a9c9a22dd081c
parent123a3527ddd7774e8db325c778927e49172e01d4
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)

Co-authored-by: Antoine Pitrou <antoine@python.org>
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2021-07-26-13-33-37.bpo-44733.88LrP1.rst [new file with mode: 0644]