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.

作者 Mark.Shannon
收信人 Mark.Shannon, ncoghlan, vstinner
日期 2022-03-22.15:04:47
SpamBayes Score -1.0
Marked as misclassified
Message-id <1647961487.59.0.481065551917.issue47092@roundup.psfhosted.org>
In-reply-to
内容
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)`
历史
日期 用户 动作 参数
2022-03-22 15:04:47Mark.Shannon修改recipients: + Mark.Shannon, ncoghlan, vstinner
2022-03-22 15:04:47Mark.Shannon修改messageid: <1647961487.59.0.481065551917.issue47092@roundup.psfhosted.org>
2022-03-22 15:04:47Mark.Shannon链接issue47092 messages
2022-03-22 15:04:47Mark.Shannon创建