Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
/external/python/cpython3/Include/
Dpystate.h297 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.c627 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1043 "PyInterpreterState_Next"
/external/python/cpython3/Doc/c-api/
Dinit.rst1207 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)
/external/python/cpython2/Doc/c-api/
Dinit.rst1129 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1067 :c:func:`PyInterpreterState_Next` let a caller walk through all the existing
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1067 :c:func:`PyInterpreterState_Next` let a caller walk through all the existing