This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo
Date 2008-10-20.14:21:05
SpamBayes Score 0.0009841594
Marked as misclassified No
Message-id <1224512469.54.0.977568708745.issue4150@psf.upfronthosting.co.za>
In-reply-to
Content
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 patch fixes this.
History
Date User Action Args
2008-10-20 14:21:10arigosetrecipients: + arigo
2008-10-20 14:21:09arigosetmessageid: <1224512469.54.0.977568708745.issue4150@psf.upfronthosting.co.za>
2008-10-20 14:21:07arigolinkissue4150 messages
2008-10-20 14:21:07arigocreate