Message384704
| 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:21 | lunixbochs2 | set | recipients: + lunixbochs2, christian.heimes, steve.dower, ammar2 |
| 2021-01-09 01:26:20 | lunixbochs2 | set | messageid: <1610155580.9.0.723786689947.issue42800@roundup.psfhosted.org> |
| 2021-01-09 01:26:20 | lunixbochs2 | link | issue42800 messages |
| 2021-01-09 01:26:20 | lunixbochs2 | create | |