Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h106 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
/external/python/cpython3/Include/
Dpystate.h308 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.c203 interp = PyInterpreterState_New(); in Py_InitializeEx()
594 interp = PyInterpreterState_New(); in Py_NewInterpreter()
/external/python/cpython3/Python/
Dpylifecycle.c708 interp = PyInterpreterState_New(); in _Py_InitializeCore_impl()
1369 interp = PyInterpreterState_New(); in new_interpreter()
Dpystate.c123 PyInterpreterState_New(void) in PyInterpreterState_New() function
/external/python/cpython3/PC/
Dpython3.def299 PyInterpreterState_New=python37.PyInterpreterState_New
/external/python/cpython2/PC/os2emx/
Dpython27.def1032 "PyInterpreterState_New"
/external/python/cpython2/Doc/data/
Drefcounts.dat569 PyInterpreterState_New:PyInterpreterState*:::
/external/python/cpython3/Doc/data/
Drefcounts.dat1043 PyInterpreterState_New:PyInterpreterState*:::
/external/python/cpython2/Doc/c-api/
Dinit.rst697 .. c:function:: PyInterpreterState* PyInterpreterState_New()
/external/python/cpython3/Doc/c-api/
Dinit.rst981 .. 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()``
/external/python/cpython3/Misc/
DHISTORY19826 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``
19833 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``