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