[issue3448] Multi-process 2to3

Collin Winter report at bugs.python.org
Wed Oct 1 11:05:10 CEST 2008


Collin Winter <collinw at gmail.com> added the comment:

I believe the only issue I recall was that the patch didn't work
out-of-the-box for Python 2.6 (changed imports, PEP 8 compliance changes
in the multiprocess module). Has that been fixed?

I disagree with Benjamin: this is an import speed increase, and I don't
see the point in adding the needless complexity of a subclass. The user
won't notice any difference, and anyone wanting to use this as a library
will want the faster version.

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


More information about the Python-bugs-list mailing list