Steve Dower | 44f91c3 | 2019-06-27 10:47:59 -0700 | [diff] [blame] | 1 | .. _audit-events: |
| 2 | |
| 3 | .. index:: single: audit events |
| 4 | |
| 5 | Audit events table |
| 6 | ================== |
| 7 | |
| 8 | This table contains all events raised by :func:`sys.audit` or |
| 9 | :c:func:`PySys_Audit` calls throughout the CPython runtime and the |
Terry Jan Reedy | e563a15 | 2019-11-26 12:07:48 -0500 | [diff] [blame] | 10 | standard library. These calls were added in 3.8.0 or later. |
Steve Dower | 44f91c3 | 2019-06-27 10:47:59 -0700 | [diff] [blame] | 11 | |
| 12 | See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for |
| 13 | information 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:: |