[issue42800] Traceback objects allow accessing frame objects without triggering audit hooks
Ammar Askar
report at bugs.python.org
Sat Jan 9 11:32:45 EST 2021
Ammar Askar <ammar at ammaraskar.com> added the comment:
`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/)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42800>
_______________________________________
More information about the Python-bugs-list
mailing list