[issue4150] pdb "up" command fails in generator frames

2008-10-22 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks for the patch. Fixed in r67000. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4150] pdb "up" command fails in generator frames

2008-10-20 Thread Armin Rigo
New submission from Armin Rigo <[EMAIL PROTECTED]>: pdb in post-mortem mode is not able to walk the stack through frames that belong to generators. The "up" command fails with the message "Oldest frame", making it impossible to inspect the caller (or even know what the caller was). The attached