Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
/external/python/cpython3/Include/cpython/
Dpystate.h180 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
/external/python/cpython2/Python/
Dpystate.c436 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
/external/python/cpython3/Python/
Dpystate.c456 interp = PyInterpreterState_Next(interp); in interp_look_up_id()
1116 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1043 "PyInterpreterState_Next"
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2123 interp = PyInterpreterState_Next(interp); in interp_list_all()
2386 interp = PyInterpreterState_Next(interp); in channel_list_interpreters()
/external/python/cpython2/Doc/c-api/
Dinit.rst1133 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1067 :c:func:`PyInterpreterState_Next` let a caller walk through all the existing
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1067 :c:func:`PyInterpreterState_Next` let a caller walk through all the existing
/external/python/cpython3/Doc/c-api/
Dinit.rst1593 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)