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

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


Stefan Krah added the comment:

The change seems to slow down the pi float benchmark. Run this and hit
Ctrl-C after the first decimal result appears:

./python Modules/_decimal/tests/bench.py


I've run the benchmark seven times and the average for float is
something like 8-10% slower (64-bit Linux, Core 2 Duo). Decimal
is not affected.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list