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

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.

----------

_______________________________________
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