[issue6246] Python debugger ignores exception if instructed to return from generator

Georg Brandl report at bugs.python.org
Fri Jul 30 18:14:51 CEST 2010


Georg Brandl <georg at python.org> added the comment:

This is no special behavior with generators.  If you remove the "yield" statement, you will get similar output with the exception bubbling up the stack.

----------
nosy: +georg.brandl
resolution:  -> works for me
status: open -> closed

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


More information about the Python-bugs-list mailing list