Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
/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.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