mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
4aae276eca
argument to allow batching of tasks in child processes and improve performance of ProcessPoolExecutor. Patch by Dan O'Reilly.