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

Neil Schemenauer report at bugs.python.org
Fri Dec 22 13:24:42 EST 2017


Neil Schemenauer <nas-python at arctrix.com> added the comment:

Hello Raymond,

I don't have anything ready to go.  PR 4682 has some major outstanding issues.  Specifically, exits from finally bodies did not cleanup the fblock stack correctly.

I still think this patch is a good idea and that it can work.  My goal is to have something that performs better but, more importantly is more understandable from a code maintenance point of view.  I expect it will not be ready for 3.7 however.

----------

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


More information about the Python-bugs-list mailing list