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 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:56vstinnersetrecipients: + vstinner, christian.heimes, steve.dower, ammar2, lunixbochs2
2021-01-13 00:10:55vstinnersetmessageid: <1610496655.97.0.0252383148666.issue42800@roundup.psfhosted.org>
2021-01-13 00:10:55vstinnerlinkissue42800 messages
2021-01-13 00:10:55vstinnercreate