Message384988
| Author | vstinner |
|---|---|
| Recipients | ammar2, christian.heimes, lunixbochs2, steve.dower, vstinner |
| Date | 2021-01-13.00:10:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1610496655.97.0.0252383148666.issue42800@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Aaaah, PR 24182 doesn't add a hook to object.__getattr__, but to the C getter functions on traceback and frame. That sounds more acceptable to me :-) These operations are uncommon and should not be part of "hot code" (critical for performance) unless you're doing something crazy :-p |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-01-13 00:10:56 | vstinner | set | recipients: + vstinner, christian.heimes, steve.dower, ammar2, lunixbochs2 |
| 2021-01-13 00:10:55 | vstinner | set | messageid: <1610496655.97.0.0252383148666.issue42800@roundup.psfhosted.org> |
| 2021-01-13 00:10:55 | vstinner | link | issue42800 messages |
| 2021-01-13 00:10:55 | vstinner | create | |