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 scoder
Recipients brett.cannon, pitrou, python-dev, scoder
Date 2013-10-15.04:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381813194.19.0.618870409059.issue19079@psf.upfronthosting.co.za>
In-reply-to
Content
This commit conflicts with the patch for issue #19108 and breaks benchmarking in Py3 (at least for me).

Traceback (most recent call last):
  File "perf.py", line 2538, in <module>
    main(sys.argv[1:])
  File "perf.py", line 2481, in main
    base_cmd_prefix, changed_cmd_prefix)
  File "perf.py", line 2318, in FilterBenchmarks
    if not minver <= basever <= maxver:
TypeError: unorderable types: str() <= bytes()

It would be better to undo the parts of this change that figure out the interpreter version, then apply the other patch, and then reimplement the filtering based on it.
History
Date User Action Args
2013-10-15 04:59:54scodersetrecipients: + scoder, brett.cannon, pitrou, python-dev
2013-10-15 04:59:54scodersetmessageid: <1381813194.19.0.618870409059.issue19079@psf.upfronthosting.co.za>
2013-10-15 04:59:54scoderlinkissue19079 messages
2013-10-15 04:59:53scodercreate