[Python-Dev] Patches in need of review
Terry Reedy
tjreedy at udel.edu
Thu Apr 24 01:07:24 CEST 2014
More information about the Python-Dev mailing list
Thu Apr 24 01:07:24 CEST 2014
- Previous message: [Python-Dev] Patches in need of review
- Next message: [Python-Dev] [Python-checkins] cpython (3.4): Prevent Sphinx error on whatsnew/changelog
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Patches in need of review
- Next message: [Python-Dev] [Python-checkins] cpython (3.4): Prevent Sphinx error on whatsnew/changelog
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list