[issue16104] Use multiprocessing in compileall script

Daniel Holth report at bugs.python.org
Mon Oct 1 22:46:54 CEST 2012


New submission from Daniel Holth:

compileall would benefit approximately linearly from additional CPU cores.  There should be an option.

The noisy output would have to change. Right now it prints "compiling" and then "done" synchronously with doing the actual work.

----------
messages: 171744
nosy: dholth
priority: normal
severity: normal
status: open
title: Use multiprocessing in compileall script

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


More information about the Python-bugs-list mailing list