This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients brett.cannon, dmalcolm, edmond.burnett, eric.snow, ezio.melotti, meador.inge, pitrou, ronaldoussoren
Date 2013-07-29.13:27:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375104439.49.0.138260952605.issue17449@psf.upfronthosting.co.za>
In-reply-to
Content
Documenting this would be useful because it appears to be non-trivial to actually run the benchmark suite with Python 3. 

* Using "python perf.py -b default" fails due to some code in the
  benchmarks that is not python3 compatible

* Using "make_perf3.sh" and then running "... -b default" still fails,
  because not all libraries are translated (the test run stopped because
  splitfire couldn't be found)

* Using "-b 2n3" instead instead of "-b default" or "-b all" works, but
  runs only a subset of the benchmark.
History
Date User Action Args
2013-07-29 13:27:19ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, pitrou, ezio.melotti, dmalcolm, meador.inge, eric.snow, edmond.burnett
2013-07-29 13:27:19ronaldoussorensetmessageid: <1375104439.49.0.138260952605.issue17449@psf.upfronthosting.co.za>
2013-07-29 13:27:19ronaldoussorenlinkissue17449 messages
2013-07-29 13:27:19ronaldoussorencreate