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.h445 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
/external/python/cpython3/Python/
Dpystate.c286 interp = PyInterpreterState_Next(interp); in _PyInterpreterState_LookUpID()
823 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
/external/python/cpython2/Python/
Dpystate.c436 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1043 "PyInterpreterState_Next"
/external/python/cpython2/Doc/c-api/
Dinit.rst1133 .. 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
/external/python/cpython3/Doc/c-api/
Dinit.rst1385 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)