[issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.

Stefan Krah report at bugs.python.org
Wed Apr 3 23:28:58 CEST 2013


Stefan Krah added the comment:

Antoine Pitrou <report at bugs.python.org> wrote:
> It's customary for even innocent changes in ceval to produce small
> changes in some benchmarks. It's only really important to consider the
> global average.

Yes, the float benchmark appears to be particularly sensitive. In the
3.3.0 release it also runs 8% slower than it does now (unpatched).

I'm trying to keep track of changes because in 2.7 the (float) benchmark runs
something like 25% faster than in 3.3.0.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17611>
_______________________________________


More information about the Python-bugs-list mailing list