[issue16104] Use multiprocessing in compileall script

Éric Araujo report at bugs.python.org
Wed Mar 12 23:11:35 CET 2014


Éric Araujo added the comment:

+        if args.processes <= 0:
Is that correct?  For make, I think I’ve always seen “-j0”, not negative values.

Could you add a test for -j0? (i.e. check that “compileall -j0” calls the function with “processes=os.cpu_count()”)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16104>
_______________________________________


More information about the Python-bugs-list mailing list