blob: 3c68a1515b3effbc4b5efef985f4f1ab87ebc833 [file] [log] [blame]
Steve Dower44f91c32019-06-27 10:47:59 -07001.. _audit-events:
2
3.. index:: single: audit events
4
5Audit events table
6==================
7
8This table contains all events raised by :func:`sys.audit` or
9:c:func:`PySys_Audit` calls throughout the CPython runtime and the
Terry Jan Reedye563a152019-11-26 12:07:48 -050010standard library. These calls were added in 3.8.0 or later.
Steve Dower44f91c32019-06-27 10:47:59 -070011
12See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for
13information on handling these events.
14
15.. impl-detail::
16
17 This table is generated from the CPython documentation, and may not
18 represent events raised by other implementations. See your runtime
19 specific documentation for actual events raised.
20
21.. audit-event-table::