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 lunixbochs2
Recipients ammar2, christian.heimes, lunixbochs2, steve.dower
Date 2021-01-09.01:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610155580.9.0.723786689947.issue42800@roundup.psfhosted.org>
In-reply-to
Content
traceback's `tb_code` attribute also allows you to bypass the `object.__getattr__` audit event for `__code__`.

Perhaps accessing a traceback object's `tb_code` and `tb_frame` should both raise an `object.__getattr__` event?
History
Date User Action Args
2021-01-09 01:26:21lunixbochs2setrecipients: + lunixbochs2, christian.heimes, steve.dower, ammar2
2021-01-09 01:26:20lunixbochs2setmessageid: <1610155580.9.0.723786689947.issue42800@roundup.psfhosted.org>
2021-01-09 01:26:20lunixbochs2linkissue42800 messages
2021-01-09 01:26:20lunixbochs2create