Home
last modified time | relevance | path

Searched refs:PyInterpreterState_Head (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h187 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
/external/python/cpython3/Include/cpython/
Dpystate.h179 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
/external/python/cpython2/Python/
Dpystate.c430 PyInterpreterState_Head(void) in PyInterpreterState_Head() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1042 "PyInterpreterState_Head"
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2108 interp = PyInterpreterState_Head(); in interp_list_all()
2367 interp = PyInterpreterState_Head(); in channel_list_interpreters()
/external/python/cpython3/Python/
Dpystate.c1104 PyInterpreterState_Head(void) in PyInterpreterState_Head() function
/external/python/cpython2/Doc/c-api/
Dinit.rst1126 .. c:function:: PyInterpreterState* PyInterpreterState_Head()
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1066 debuggers and development tools, was added. :c:func:`PyInterpreterState_Head` and
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1066 debuggers and development tools, was added. :c:func:`PyInterpreterState_Head` and
/external/python/cpython3/Doc/c-api/
Dinit.rst1583 .. c:function:: PyInterpreterState* PyInterpreterState_Head()