Message 399582 - Python tracker
Message399582
| Author | ncoghlan |
|---|---|
| Recipients | Mark.Shannon, ncoghlan, pablogsal |
| Date | 2021-08-14.05:13:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1628918006.64.0.554025728318.issue44800@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
From a naming convention perspective, the code comments and NEWS entry in the PR now refer to "full frame objects" (``PyFrameObject``) and "frame data storage structs" (``_Py_framedata``) to avoid giving the misleading impression that introspection and execution frames are different Python types. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-14 05:13:26 | ncoghlan | set | recipients: + ncoghlan, Mark.Shannon, pablogsal |
| 2021-08-14 05:13:26 | ncoghlan | set | messageid: <1628918006.64.0.554025728318.issue44800@roundup.psfhosted.org> |
| 2021-08-14 05:13:26 | ncoghlan | link | issue44800 messages |
| 2021-08-14 05:13:26 | ncoghlan | create | |