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 vstinner
Date 2022-02-23.15:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645629451.94.0.256625594411.issue46836@roundup.psfhosted.org>
In-reply-to
Content
See also bpo-40421 "[C API] Add getter functions for PyFrameObject and maybe move PyFrameObject to the internal C API". I added getter functions in recent Python versions:

* PyFrame_GetBack(): Python 3.9
* PyFrame_GetCode(): Python 3.9
* PyFrame_GetLineNumber() added to the limited C API version 3.10
History
Date User Action Args
2022-02-23 15:17:31vstinnersetrecipients: + vstinner
2022-02-23 15:17:31vstinnersetmessageid: <1645629451.94.0.256625594411.issue46836@roundup.psfhosted.org>
2022-02-23 15:17:31vstinnerlinkissue46836 messages
2022-02-23 15:17:31vstinnercreate