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

Phil Connell report at bugs.python.org
Sat Nov 23 13:28:13 CET 2013


Phil Connell added the comment:

It looks like call_exc_trace is leaking refs to Py_None.

I believe the attached patch fixes the issue (it certainly fixes Antoine's failing invokation :)

----------
Added file: http://bugs.python.org/file32794/issue16596_leak.diff

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


More information about the Python-bugs-list mailing list