审计事件表

此表包含的所有事件引发通过 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

file_name , desired_access , share_mode , creation_disposition , flags_and_attributes

_winapi.CreateJunction

src_path , dst_path

_winapi.CreateNamedPipe

name , open_mode , pipe_mode

_winapi.CreatePipe

_winapi.CreateProcess

application_name , command_line , current_directory

_winapi.OpenProcess

process_id , desired_access

_winapi.TerminateProcess

handle , exit_code

ctypes.PyObj_FromPtr

obj

上一话题

调试和剖分析

下一话题

bdb — 调试器框架

本页