On 7/9/2019 3:53 PM, Terry Reedy wrote:

https://docs.python.org/3.9/library/audit_events.html. Steve and I are
going to present the auditing feature tomorrow at EuroPython.

That should be interesting.  My experiment with the following

>>> def audit(event, args): print(event, args)

>>> import sys; sys.addaudithook(audit)

produced a line, on IDLE, like this:
builtins.id (1501408069568,)

builtins.id is not in the table.  Should it be?



--
Terry Jan Reedy
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/3WJUP7G5TGIGN22WSH2HFDHMIXDJ7AJ6/

Reply via email to