[issue16596] Skip stack unwinding when "next", "until" and "return" pdb commands executed in generator context

Guido van Rossum report at bugs.python.org
Sat Nov 16 02:00:52 CET 2013


Guido van Rossum added the comment:

I think this is not ready for inclusion.  It works wonderfully when stepping over a yield[from], but I can't seem to get it to step nicely *out* of a generator.  (Details on request -- basically I put a "pdb.set_trace()" call in Tulip's fetch3.py example and step around.)

----------

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


More information about the Python-bugs-list mailing list