[issue20739] PEP 463 (except expression) implementation

Thomas Wouters report at bugs.python.org
Fri Mar 28 00:58:22 CET 2014


Thomas Wouters added the comment:

The implementation in the patch preserves the exception context. It's probably the thing that took the most code, and it's why there's two new opcodes in the patch :) It's covered in the tests, too.

----------

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


More information about the Python-bugs-list mailing list