Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:41

0001 #ifndef Py_CPYTHON_INTERPRETERIDOBJECT_H
0002 #  error "this header file must not be included directly"
0003 #endif
0004 
0005 /* Interpreter ID Object */
0006 
0007 PyAPI_DATA(PyTypeObject) _PyInterpreterID_Type;
0008 
0009 PyAPI_FUNC(PyObject *) _PyInterpreterID_New(int64_t);
0010 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetIDObject(PyInterpreterState *);
0011 PyAPI_FUNC(PyInterpreterState *) _PyInterpreterID_LookUp(PyObject *);