Your IP : 216.73.216.91


Current Path : /lib/google-cloud-sdk/platform/bundledpythonunix/include/python3.14/cpython/
Upload File :
Current File : //lib/google-cloud-sdk/platform/bundledpythonunix/include/python3.14/cpython/audit.h

#ifndef _Py_CPYTHON_AUDIT_H
#  error "this header file must not be included directly"
#endif


typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *);

PyAPI_FUNC(int) PySys_AddAuditHook(Py_AuditHookFunction, void*);