Stefan Behnel added the comment: 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. ---------- nosy: +scoder _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19079> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com