Home
last modified time | relevance | path

Searched refs:_PySys_ClearAuditHooks (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_sysmodule.h19 extern void _PySys_ClearAuditHooks(PyThreadState *tstate);
/third_party/python/Python/
Dpylifecycle.c1671 _PySys_ClearAuditHooks(tstate); in finalize_interp_clear()
Dsysmodule.c349 _PySys_ClearAuditHooks(PyThreadState *ts) in _PySys_ClearAuditHooks() function
/third_party/python/Doc/c-api/
Dinit.rst305 .. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9705 #include "pycore_sysmodule.h" // _PySys_ClearAuditHooks()