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 ncoghlan
Recipients Mark.Shannon, ncoghlan, pablogsal
Date 2021-08-14.05:13:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:26ncoghlansetrecipients: + ncoghlan, Mark.Shannon, pablogsal
2021-08-14 05:13:26ncoghlansetmessageid: <[email protected]>
2021-08-14 05:13:26ncoghlanlinkissue44800 messages
2021-08-14 05:13:26ncoghlancreate