X7ROOT File Manager
Current Path:
/opt/alt/python38/include/python3.8/cpython
opt
/
alt
/
python38
/
include
/
python3.8
/
cpython
/
ðŸ“
..
📄
abstract.h
(12.01 KB)
📄
dictobject.h
(3.75 KB)
📄
fileobject.h
(721 B)
📄
initconfig.h
(15.65 KB)
📄
interpreteridobject.h
(456 B)
📄
object.h
(15.32 KB)
📄
objimpl.h
(3.52 KB)
📄
pyerrors.h
(4.61 KB)
📄
pylifecycle.h
(2.21 KB)
📄
pymem.h
(3.43 KB)
📄
pystate.h
(9.58 KB)
📄
sysmodule.h
(547 B)
📄
traceback.h
(473 B)
📄
tupleobject.h
(1.01 KB)
📄
unicodeobject.h
(45.22 KB)
Editing: interpreteridobject.h
#ifndef Py_CPYTHON_INTERPRETERIDOBJECT_H # error "this header file must not be included directly" #endif #ifdef __cplusplus extern "C" { #endif /* Interpreter ID Object */ PyAPI_DATA(PyTypeObject) _PyInterpreterID_Type; PyAPI_FUNC(PyObject *) _PyInterpreterID_New(int64_t); PyAPI_FUNC(PyObject *) _PyInterpreterState_GetIDObject(PyInterpreterState *); PyAPI_FUNC(PyInterpreterState *) _PyInterpreterID_LookUp(PyObject *); #ifdef __cplusplus } #endif
Upload File
Create Folder