python 2.7 -> python 3.14
This commit is contained in:
8
extern/include/python/cpython/audit.h
vendored
Normal file
8
extern/include/python/cpython/audit.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#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*);
|
||||
Reference in New Issue
Block a user