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 vstinner
Recipients pablogsal, vstinner
Date 2018-06-30.10:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530353447.59.0.56676864532.issue34007@psf.upfronthosting.co.za>
In-reply-to
Content
In gdb source code, frame_unwind_pc(), I see:

else if (this_frame->prev_pc.status == CC_NOT_SAVED)
    throw_error (OPTIMIZED_OUT_ERROR, _("PC not saved"));
History
Date User Action Args
2018-06-30 10:10:47vstinnersetrecipients: + vstinner, pablogsal
2018-06-30 10:10:47vstinnersetmessageid: <1530353447.59.0.56676864532.issue34007@psf.upfronthosting.co.za>
2018-06-30 10:10:47vstinnerlinkissue34007 messages
2018-06-30 10:10:47vstinnercreate