/opt/alt/python39/include/python3.9/cpython
NameSizeModeActions
abstract.h142000644editdlrm
bytearrayobject.h7690644editdlrm
bytesobject.h43480644editdlrm
ceval.h15370644editdlrm
code.h69890644editdlrm
dictobject.h37970644editdlrm
fileobject.h7210644editdlrm
fileutils.h40040644editdlrm
frameobject.h30590644editdlrm
import.h14730644editdlrm
initconfig.h169790644editdlrm
interpreteridobject.h4560644editdlrm
listobject.h13640644editdlrm
methodobject.h13990644editdlrm
object.h193580644editdlrm
objimpl.h44560644editdlrm
pyerrors.h51010644editdlrm
pylifecycle.h20960644editdlrm
pymem.h35110644editdlrm
pystate.h101340644editdlrm
sysmodule.h5750644editdlrm
traceback.h4730644editdlrm
tupleobject.h10360644editdlrm
unicodeobject.h469830644editdlrm
Edit: /opt/alt/python39/include/python3.9/cpython/sysmodule.h (575B)
#ifndef Py_CPYTHON_SYSMODULE_H # error "this header file must not be included directly" #endif #ifdef __cplusplus extern "C" { #endif PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key); PyAPI_FUNC(int) _PySys_SetObjectId(_Py_Identifier *key, PyObject *); PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *); typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *); PyAPI_FUNC(int) PySys_Audit( const char *event, const char *argFormat, ...); PyAPI_FUNC(int) PySys_AddAuditHook(Py_AuditHookFunction, void*); #ifdef __cplusplus } #endif