- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message408953
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:32 | petr.viktorin | set | recipients: + petr.viktorin, scoder, vstinner, nedbat, Mark.Shannon |
| 2021-12-20 11:09:32 | petr.viktorin | set | messageid: <1639998572.23.0.0608571313175.issue40421@roundup.psfhosted.org> |
| 2021-12-20 11:09:32 | petr.viktorin | link | issue40421 messages |
| 2021-12-20 11:09:32 | petr.viktorin | create | |

