[issue15368] bytecode generation is not deterministic

Brett Cannon report at bugs.python.org
Wed Jul 18 14:53:14 CEST 2012


Brett Cannon <brett at python.org> added the comment:

You ran the benchmarks correctly, but I was more worried about compilation time than execution time (changing which index is for what really shouldn't make a difference in performance, and the benchmarks show that). If you want to test using the importlib benchmarks, run ``./python.exe -m importlib.test.benchmark`` and compare the output (run with -h to see all the options).

----------

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


More information about the Python-bugs-list mailing list