Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h196 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
/third_party/python/Python/
Dpystate.c502 interp = PyInterpreterState_Next(interp); in interp_look_up_id()
1178 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
/third_party/python/Modules/
D_xxsubinterpretersmodule.c2130 interp = PyInterpreterState_Next(interp); in interp_list_all()
2393 interp = PyInterpreterState_Next(interp); in channel_list_interpreters()
/third_party/python/Doc/whatsnew/
D2.2.rst1067 :c:func:`PyInterpreterState_Next` let a caller walk through all the existing
/third_party/python/Doc/c-api/
Dinit.rst1630 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)