STINNER Victor <vstin...@python.org> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to