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, ncoghlan, vstinner
Date 2022-03-22.15:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647961487.59.0.481065551917.issue47092@roundup.psfhosted.org>
In-reply-to
Content
I'm looking into adding two new APIs.
One to round out the getters for FrameObject and one to introspect the internal frame stack.

It would probably make more sense to add this capability to the frame stack API, as it would avoid creating the frame object as well as the locals dictionary.

E.g. `PyFrameStack_GetVar(int depth, PyObject *name)`
History
Date User Action Args
2022-03-22 15:04:47Mark.Shannonsetrecipients: + Mark.Shannon, ncoghlan, vstinner
2022-03-22 15:04:47Mark.Shannonsetmessageid: <1647961487.59.0.481065551917.issue47092@roundup.psfhosted.org>
2022-03-22 15:04:47Mark.Shannonlinkissue47092 messages
2022-03-22 15:04:47Mark.Shannoncreate