[issue1592241] Stepping into a generator throw does not work

2009-06-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc 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

[issue1592241] Stepping into a generator throw does not work

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___