mirror of
https://github.com/python/cpython.git
synced 2026-07-24 19:02:12 -04:00
4aae276eca
argument to allow batching of tasks in child processes and improve performance of ProcessPoolExecutor. Patch by Dan O'Reilly.