Audit events table¶
This table contains all events raised bysys.audit() orPySys_Audit() calls throughout the CPython runtime and thestandard library. These calls were added in 3.8.0 or later (seePEP 578).
Seesys.addaudithook() andPySys_AddAuditHook() forinformation on handling these events.
CPython implementation detail: This table is generated from the CPython documentation, and may notrepresent events raised by other implementations. See your runtimespecific documentation for actual events raised.
Audit event | Arguments | References |
|---|
The following events are raised internally and do not correspond to anypublic API of CPython:
Audit event | Arguments |
|---|---|
_winapi.CreateFile |
|
_winapi.CreateJunction |
|
_winapi.CreateNamedPipe |
|
_winapi.CreatePipe | |
_winapi.CreateProcess |
|
_winapi.OpenProcess |
|
_winapi.TerminateProcess |
|
ctypes.PyObj_FromPtr |
|