[issue25612] nested try..excepts don't work correctly for generators

Yury Selivanov report at bugs.python.org
Thu Nov 12 19:16:43 EST 2015


Yury Selivanov added the comment:

Here's a patch the fixes the first problem (but __context__ bug is still open).

I'm not sure that the patch is correct :(  But at least I've added new unittests (one still failing)

----------
keywords: +patch
Added file: http://bugs.python.org/file41026/gen_exc_1.patch

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


More information about the Python-bugs-list mailing list