Home
last modified time | relevance | path

Searched refs:PyInterpreterState_New (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h106 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def220 PyInterpreterState_New
/external/python/cpython2/Python/
Dpystate.c58 PyInterpreterState_New(void) in PyInterpreterState_New() function
Dpythonrun.c196 interp = PyInterpreterState_New(); in Py_InitializeEx()
585 interp = PyInterpreterState_New(); in Py_NewInterpreter()
/external/python/cpython2/PC/os2emx/
Dpython27.def1032 "PyInterpreterState_New"
/external/python/cpython2/Doc/data/
Drefcounts.dat569 PyInterpreterState_New:PyInterpreterState*:::
/external/python/cpython2/Doc/c-api/
Dinit.rst697 .. c:function:: PyInterpreterState* PyInterpreterState_New()
/external/python/cpython2/Misc/
DHISTORY2442 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``
2449 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``