Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h195 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
/third_party/python/Modules/
D_xxsubinterpretersmodule.c2115 interp = PyInterpreterState_Head(); in interp_list_all()
2374 interp = PyInterpreterState_Head(); in channel_list_interpreters()
/third_party/python/Python/
Dpystate.c1166 PyInterpreterState_Head(void) in PyInterpreterState_Head() function
/third_party/python/Doc/whatsnew/
D2.2.rst1066 debuggers and development tools, was added. :c:func:`PyInterpreterState_Head` and
/third_party/python/Doc/c-api/
Dinit.rst1620 .. c:function:: PyInterpreterState* PyInterpreterState_Head()