[issue19079] chameleon benchmark fails on 3.4

2013-10-15 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- assignee: - georg.brandl nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079 ___

[issue19079] chameleon benchmark fails on 3.4

2013-10-15 Thread Brett Cannon
Brett Cannon added the comment: I'm seeing the same error as Stefan. -- resolution: fixed - status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079 ___

[issue19079] chameleon benchmark fails on 3.4

2013-10-15 Thread Georg Brandl
Georg Brandl added the comment: Ah yes, I somehow missed running perf.py itself with Python 3. Should be fixed now; adapting the #19108 patch should be easy enough. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079

[issue19079] chameleon benchmark fails on 3.4

2013-10-15 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079 ___

[issue19079] chameleon benchmark fails on 3.4

2013-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset e40042a7788c by Georg Brandl in branch 'default': Closes #19079: add VersionRange decorator to benchmark suite to mark compatible Python versions. http://hg.python.org/benchmarks/rev/e40042a7788c -- nosy: +python-dev resolution: - fixed

[issue19079] chameleon benchmark fails on 3.4

2013-10-14 Thread Stefan Behnel
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,

[issue19079] chameleon benchmark fails on 3.4

2013-09-24 Thread Brett Cannon
Brett Cannon added the comment: Decorator sounds reasonable. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079 ___ ___ Python-bugs-list

[issue19079] chameleon benchmark fails on 3.4

2013-09-24 Thread Brett Cannon
Brett Cannon added the comment: Actually, one perk of the ranges is 2n3 can be auto-calculated. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079 ___

[issue19079] chameleon benchmark fails on 3.4

2013-09-23 Thread Antoine Pitrou
New submission from Antoine Pitrou: Not sure what to do about this, but it seems the bundled Chameleon lib doesn't work on 3.4: RuntimeError: Benchmark died: Traceback (most recent call last): File ./performance/bm_chameleon.py, line 38, in module util.run_benchmark(options,

[issue19079] chameleon benchmark fails on 3.4

2013-09-23 Thread Brett Cannon
Brett Cannon added the comment: I guess either we introduce compatible version ranges or drop Chameleon from 3.x compatibility and then add a new version of Chameleon if/when they update for Python 3.4 support. -- ___ Python tracker

[issue19079] chameleon benchmark fails on 3.4

2013-09-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: I guess version ranges could be feasible. Perhaps with benchmark-skipping decorators? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19079 ___