Home
last modified time | relevance | path

Searched refs:Py_NewInterpreter (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Demo/embed/
Dimportexc.c12 Py_NewInterpreter(); in main()
/external/python/cpython2/Include/
Dpythonrun.h32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
/external/python/cpython3/Include/
Dpylifecycle.h108 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
/external/python/cpython2/Demo/pysvr/
Dpysvr.c286 tstate = Py_NewInterpreter(); in run_interpreter()
/external/python/cpython2/PC/os2vacpp/
Dpython.def441 Py_NewInterpreter
/external/python/cpython3/Programs/
D_testembed.c63 substate = Py_NewInterpreter(); in test_repeated_init_and_subinterpreters()
/external/python/cpython3/PC/
Dpython3.def753 Py_NewInterpreter=python37.Py_NewInterpreter
/external/python/cpython2/PC/os2emx/
Dpython27.def1065 "Py_NewInterpreter"
/external/python/cpython2/Doc/c-api/
Dinit.rst64 :c:func:`Py_NewInterpreter` below) that were created and not yet destroyed since
468 :c:func:`Py_NewInterpreter`), but mixing multiple interpreters and the
819 .. c:function:: PyThreadState* Py_NewInterpreter()
/external/python/cpython3/Python/
Dpylifecycle.c1510 Py_NewInterpreter(void) in Py_NewInterpreter() function
/external/python/cpython2/Python/
Dpythonrun.c585 Py_NewInterpreter(void) in Py_NewInterpreter() function
/external/python/cpython3/Doc/c-api/
Dinit.rst275 :c:func:`Py_NewInterpreter` below) that were created and not yet destroyed since
761 :c:func:`Py_NewInterpreter`), but mixing multiple interpreters and the
1108 .. c:function:: PyThreadState* Py_NewInterpreter()
/external/python/cpython2/Doc/data/
Drefcounts.dat1799 Py_NewInterpreter:PyThreadState*:::
/external/python/cpython3/Doc/data/
Drefcounts.dat2994 Py_NewInterpreter:PyThreadState*:::
/external/python/cpython3/Modules/
D_testcapimodule.c3099 substate = Py_NewInterpreter(); in run_in_subinterp()
/external/python/cpython2/Misc/
DHISTORY13918 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
/external/python/cpython3/Misc/
DHISTORY31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the