Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h21 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
/third_party/python/Programs/
D_testembed.c73 substate = Py_NewInterpreter(); in test_repeated_init_and_subinterpreters()
1214 Py_NewInterpreter(); in test_audit_subinterpreter()
1215 Py_NewInterpreter(); in test_audit_subinterpreter()
1216 Py_NewInterpreter(); in test_audit_subinterpreter()
/third_party/python/Doc/data/
Dstable_abi.dat817 function,Py_NewInterpreter,3.2,
Drefcounts.dat3015 Py_NewInterpreter:PyThreadState*:::
/third_party/python/PC/
Dpython3dll.c83 EXPORT_FUNC(Py_NewInterpreter)
/third_party/python/Python/
Dpylifecycle.c1986 Py_NewInterpreter(void) in Py_NewInterpreter() function
/third_party/python/Doc/c-api/
Dinit.rst279 :c:func:`Py_NewInterpreter` below) that were created and not yet destroyed since
806 :c:func:`Py_NewInterpreter`), but mixing multiple interpreters and the
1315 .. c:function:: PyThreadState* Py_NewInterpreter()
/third_party/python/Misc/
Dstable_abi.txt1554 function Py_NewInterpreter
DHISTORY31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
/third_party/python/Modules/
D_testcapimodule.c3630 substate = Py_NewInterpreter(); in run_in_subinterp()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch468 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);