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 petr.viktorin
Recipients Mark.Shannon, nedbat, petr.viktorin, scoder, vstinner
Date 2021-12-20.11:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639998572.23.0.0608571313175.issue40421@roundup.psfhosted.org>
In-reply-to
Content
The docs for PyFrame_GetCode say it's returning an "int". 
https://docs.python.org/3/c-api/reflection.html#c.PyFrame_GetCode
Same for PyFrame_GetBack. Are there more?

"Get the frame code." is not very clear. Could this link to https://docs.python.org/3/c-api/code.html ?
History
Date User Action Args
2021-12-20 11:09:32petr.viktorinsetrecipients: + petr.viktorin, scoder, vstinner, nedbat, Mark.Shannon
2021-12-20 11:09:32petr.viktorinsetmessageid: <1639998572.23.0.0608571313175.issue40421@roundup.psfhosted.org>
2021-12-20 11:09:32petr.viktorinlinkissue40421 messages
2021-12-20 11:09:32petr.viktorincreate