[Python-Dev] Patches in need of review

Terry Reedy tjreedy at udel.edu
Thu Apr 24 01:07:24 CEST 2014


On 4/23/2014 3:27 PM, Claudiu Popa wrote:

> * http://bugs.python.org/issue16104
>
> `Use multiprocessing in compileall script`
>
> This patch adds a new command line argument to `compileall`, also
> a new argument to `compileall.compile_dir`, which controls the number
> of worker processes used to compile a given directory.
> The title of the issue is actually misleading a little,
> because the patch uses `concurrent.futures` instead.

I think titles should give goal, not intended or expected method.
I changed the title accordingly.
Compileall script: add option to use multiple cores

-- 
Terry Jan Reedy



More information about the Python-Dev mailing list