[issue2431] 2to3 is rather slow

Collin Winter report at bugs.python.org
Thu Mar 20 16:29:11 CET 2008


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

Yes, and each new fixer makes it slower. The biggest problem is the
pattern matching system, which tends to take 99% of the running time.
I've talked to several people who are interested in optimizing 2to3 as a
GSoC project, though, so I anticipate some speed ups coming through that.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2431>
__________________________________


More information about the Python-bugs-list mailing list