Message384706
| Author | vstinner |
|---|---|
| Recipients | ammar2, christian.heimes, lunixbochs2, steve.dower, vstinner |
| Date | 2021-01-09.01:44:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1610156653.11.0.350778345881.issue42800@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Even if no audit hook is registered, adding an audit event on a function has a cost on runtime performance. object.__getattr__() is a core Python function, if an event is added, we should properly measure the performance overhead to decide if it's acceptable or not. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-01-09 01:44:13 | vstinner | set | recipients: + vstinner, christian.heimes, steve.dower, ammar2, lunixbochs2 |
| 2021-01-09 01:44:13 | vstinner | set | messageid: <1610156653.11.0.350778345881.issue42800@roundup.psfhosted.org> |
| 2021-01-09 01:44:13 | vstinner | link | issue42800 messages |
| 2021-01-09 01:44:13 | vstinner | create | |