[issue3448] Multi-process 2to3

Nick Edds report at bugs.python.org
Wed Oct 1 22:43:58 CEST 2008


Nick Edds <nedds at uchicago.edu> added the comment:

The currently attached patch works in Python2.5 not Python2.6, so I will
update it for 2.6 when I get the chance. But as it is currently written,
the default behavior is not multiprocess. Instead, if you want
multiprocess, you specify how many processes you want when you run 2to3
from the command line. And as long as you've got multiple files to run
2to3 on and multiple cores, doing multiprocess 2to3 is significantly faster.

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


More information about the Python-bugs-list mailing list