[issue7563] yield in except clause causes exception context to be lost

Benjamin Peterson report at bugs.python.org
Wed Dec 23 00:07:10 CET 2009


Benjamin Peterson <benjamin at python.org> added the comment:

This is fixed in Python 3. I don't know if it's worth backporting the
changes because it may be hard to avoid also backporting the
incompatibilities in the exception model.

----------
nosy: +benjamin.peterson
priority:  -> normal

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


More information about the Python-bugs-list mailing list