此表包含的所有事件引发通过
sys.audit()
or
PySys_Audit()
calls throughout the CPython runtime and the standard library. These calls were added in 3.8.0 or later (see
PEP 578
).
见
sys.addaudithook()
and
PySys_AddAuditHook()
for information on handling these events.
CPython 实现细节: 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.
|
审计事件 |
自变量 |
参考 |
|---|
The following events are raised internally and do not correspond to any public API of CPython:
|
审计事件 |
自变量 |
|---|---|
|
_winapi.CreateFile |
|
|
_winapi.CreateJunction |
|
|
_winapi.CreateNamedPipe |
|
|
_winapi.CreatePipe |
|
|
_winapi.CreateProcess |
|
|
_winapi.OpenProcess |
|
|
_winapi.TerminateProcess |
|
|
ctypes.PyObj_FromPtr |
|