[issue25721] Fix pybench always_display error

2015-11-25 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue25721] Fix pybench always_display error

2015-11-25 Thread Florin Papa
Florin Papa added the comment: Yes, thank you for fixing this. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue25721] Fix pybench always_display error

2015-11-25 Thread STINNER Victor
STINNER Victor added the comment: Is it ok for you Florin? (Can I close the issue?) -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue25721] Fix pybench always_display error

2015-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e77ed7d18a68 by Victor Stinner in branch 'default': Issue #25721: Fixes for pybench https://hg.python.org/benchmarks/rev/e77ed7d18a68 -- nosy: +python-dev ___ Python tracker

[issue25721] Fix pybench always_display error

2015-11-25 Thread STINNER Victor
STINNER Victor added the comment: Thanks for your bug report. I fixed the issue differently, by adding a base class to benchmark result classes. I also implemented the format output format for pybench. By the way, perf.py badly handles errors :-/ CSV output and table output fail to handle err

[issue25721] Fix pybench always_display error

2015-11-24 Thread Brett Cannon
Changes by Brett Cannon : -- type: crash -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue25721] Fix pybench always_display error

2015-11-24 Thread Florin Papa
Changes by Florin Papa : -- keywords: +patch Added file: http://bugs.python.org/file41149/fix_pybench_results.patch ___ Python tracker ___ ___

[issue25721] Fix pybench always_display error

2015-11-24 Thread Florin Papa
Changes by Florin Papa : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue25721] Fix pybench always_display error

2015-11-24 Thread Florin Papa
New submission from Florin Papa: Hi all, This is Florin Papa from the Server Languages Optimizations Team at Intel Corporation. The patch submitted here solves a crash occurring on Python 2.7 after running pybench from perf.py (python perf.py -r -b pybench base_python modified_python). The e