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 ammar2
Recipients ammar2, christian.heimes, lunixbochs2, steve.dower, vstinner
Date 2021-01-09.16:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610209965.89.0.465839779286.issue42800@roundup.psfhosted.org>
In-reply-to
Content
`tb_frame` is documented under https://docs.python.org/3/reference/datamodel.html

> Special read-only attributes: tb_frame points to the execution frame of the current level

`tb_code` can similarly be documented here and the note about the audit event can be added. Thanks for the patch Ryan, would you like to add the documentation change Steve suggested and create a pull request out of it and contribute it? (https://devguide.python.org/pullrequest/)
History
Date User Action Args
2021-01-09 16:32:45ammar2setrecipients: + ammar2, vstinner, christian.heimes, steve.dower, lunixbochs2
2021-01-09 16:32:45ammar2setmessageid: <1610209965.89.0.465839779286.issue42800@roundup.psfhosted.org>
2021-01-09 16:32:45ammar2linkissue42800 messages
2021-01-09 16:32:45ammar2create