Brett Cannon added the comment: Can you copy-and-paste the exact commands you are using to build and run the benchmarks (along with version info for the interpreter used to do the building) as I'm on the same revision and can't reproduce anymore?
$ mkdir benchmarks_py3k $ cd benchmarks_py3k/ $ $ /usr/bin/python2.6 -V Python 2.6.5 $ PYTHON=/usr/bin/python2.6 ../benchmarks/make_perf3.sh ../benchmarks # ... 2to3 output $ python3 -V Python 3.2.3 $ python3 perf.py -f -b 2to3 `which python3` `which python3` Running 2to3... INFO:root:Running /usr/bin/python3 lib/2to3/2to3 -f all lib/2to3/lib2to3/refactor.py INFO:root:Running `['/usr/bin/python3', 'lib/2to3/2to3', '-f', 'all', 'lib/2to3/lib2to3/refactor.py']` 1 time INFO:root:Running /usr/bin/python3 lib/2to3/2to3 -f all lib/2to3/lib2to3/refactor.py INFO:root:Running `['/usr/bin/python3', 'lib/2to3/2to3', '-f', 'all', 'lib/2to3/lib2to3/refactor.py']` 1 time Report on Linux importthis.wat.corp.google.com 3.2.5-gg944 #1 SMP Thu Aug 2 02:35:13 PDT 2012 x86_64 x86_64 Total CPU cores: 12 ### 2to3 ### 0.540000 -> 0.560000: 1.04x slower ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13990> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com