Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 6e02691f300c9918ac5806dafa1f2ecef451d733 authored by Ɓukasz Langa on 25 February 2020, 12:21:47 UTC
Python 3.9.0a4
Tip revision: 6e02691
audit_events.rst
.. _audit-events:

.. index:: single: audit events

Audit events table
==================

This table contains all events raised by :func:`sys.audit` or
:c:func:`PySys_Audit` calls throughout the CPython runtime and the
standard library.  These calls were added in 3.8.0 or later.

See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for
information on handling these events.

.. impl-detail::

   This table is generated from the CPython documentation, and may not
   represent events raised by other implementations. See your runtime
   specific documentation for actual events raised.

.. audit-event-table::
back to top