Message320766
| 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:47 | vstinner | set | recipients: + vstinner, pablogsal |
| 2018-06-30 10:10:47 | vstinner | set | messageid: <1530353447.59.0.56676864532.issue34007@psf.upfronthosting.co.za> |
| 2018-06-30 10:10:47 | vstinner | link | issue34007 messages |
| 2018-06-30 10:10:47 | vstinner | create | |