summaryrefslogtreecommitdiffstats
path: root/Include/sysmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/sysmodule.h')
-rw-r--r--Include/sysmodule.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/Include/sysmodule.h b/Include/sysmodule.h
index 5a0af2e..c1d5f61 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -21,23 +21,6 @@ Py_DEPRECATED(3.13) PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
PyAPI_FUNC(PyObject *) PySys_GetXOptions(void);
-#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030d0000
-PyAPI_FUNC(int) PySys_Audit(
- const char *event,
- const char *argFormat,
- ...);
-
-PyAPI_FUNC(int) PySys_AuditTuple(
- const char *event,
- PyObject *args);
-#endif
-
-#ifndef Py_LIMITED_API
-# define Py_CPYTHON_SYSMODULE_H
-# include "cpython/sysmodule.h"
-# undef Py_CPYTHON_SYSMODULE_H
-#endif
-
#ifdef __cplusplus
}
#endif