[issue1592241] Stepping into a generator throw does not work

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jun 26 19:10:24 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The problem does reproduce with 2.5.1, but not with 2.5.2.

This is actually the same as issue1265 (since closing a paused generator
throws it a GeneratorExit exception, and of course pdb must use
generators somewhere)

----------
nosy: +amaury.forgeotdarc
resolution:  -> out of date
status: open -> closed

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


More information about the Python-bugs-list mailing list