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 Mark.Shannon
Recipients Mark.Shannon, scoder, vstinner
Date 2020-05-07.14:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588860795.62.0.344249592488.issue40421@roundup.psfhosted.org>
In-reply-to
Content
"maybe a few setter functions as well"
Please don't add any setter functions, that would a major change to the VM and would need a PEP.

Also, could you remove PyFrame_GetLastInstr(PyFrameObject *frame)?
The only purpose of `f_lasti` is to get the line number and that can be done directly via `PyFrame_GetLineNumber(PyFrameObject *frame)`

Perhaps Stefan can tell us why Cython needs to access the internals of the frame object.
History
Date User Action Args
2020-05-07 14:13:15Mark.Shannonsetrecipients: + Mark.Shannon, scoder, vstinner
2020-05-07 14:13:15Mark.Shannonsetmessageid: <1588860795.62.0.344249592488.issue40421@roundup.psfhosted.org>
2020-05-07 14:13:15Mark.Shannonlinkissue40421 messages
2020-05-07 14:13:15Mark.Shannoncreate