Searched defs:PyInterpreterState (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Include/
H A Dpystate.h37 } PyInterpreterState; typedef in typeref:struct:_is
60 PyInterpreterState *interp;
106 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
107 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
187 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
[all...]

Completed in 170 milliseconds