Message 413801 - Python tracker
Message413801
| 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:31 | vstinner | set | recipients: + vstinner |
| 2022-02-23 15:17:31 | vstinner | set | messageid: <1645629451.94.0.256625594411.issue46836@roundup.psfhosted.org> |
| 2022-02-23 15:17:31 | vstinner | link | issue46836 messages |
| 2022-02-23 15:17:31 | vstinner | create | |