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

Neil Schemenauer report at bugs.python.org
Mon Jun 13 12:46:19 EDT 2016


Neil Schemenauer added the comment:

This looks to be a good idea and a good time to merge it now the bytecode has changed to 16-bit.  The increase in complexity to compile.c is not bad and reducing the complexity of the eval loop is worth it, IMHO.

----------
nosy: +nascheme

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


More information about the Python-bugs-list mailing list