Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h21 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
/external/python/cpython3/Programs/
D_testembed.c100 PyThreadState_Swap(Py_NewInterpreter()); in test_import_in_subinterpreters()
143 substate = Py_NewInterpreter(); in test_repeated_init_and_subinterpreters()
1425 Py_NewInterpreter(); in test_audit_subinterpreter()
1426 Py_NewInterpreter(); in test_audit_subinterpreter()
1427 Py_NewInterpreter(); in test_audit_subinterpreter()
/external/python/cpython3/Modules/
D_testinternalcapi.c1252 PyThreadState *tstate = Py_NewInterpreter(); in test_atexit()
1454 tstate = Py_NewInterpreter(); in _new_interpreter()
D_testcapimodule.c1432 PyThreadState *substate = Py_NewInterpreter(); in test_current_tstate_matches()
1472 substate = Py_NewInterpreter(); in run_in_subinterp()
/external/python/cpython3/PC/
Dpython3dll.c82 EXPORT_FUNC(Py_NewInterpreter)
/external/python/cpython3/Doc/data/
Dstable_abi.dat872 func,Py_NewInterpreter,3.2,,
Drefcounts.dat2979 Py_NewInterpreter:PyThreadState*:::
Dpython3.13.abi1015 …<elf-symbol name='Py_NewInterpreter' type='func-type' binding='global-binding' visibility='default…
28463Py_NewInterpreter' mangled-name='Py_NewInterpreter' filepath='Python/pylifecycle.c' line='2363' co…
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a6.rst267 ``Py_NewInterpreter()``.
D3.12.0a2.rst1068 affect the main interpreter, nor :c:func:`Py_NewInterpreter`.
D3.12.0b1.rst162 ``Py_NewInterpreter()`` are not affected. To get an interpreter with its
/external/python/cpython3/Doc/howto/
Disolating-extensions.rst43 :c:func:`Py_NewInterpreter`/:c:func:`Py_EndInterpreter`.
/external/python/cpython3/Python/
Dpylifecycle.c2365 Py_NewInterpreter(void) in Py_NewInterpreter() function
/external/python/cpython3/Doc/c-api/
Dinit.rst419 :c:func:`Py_NewInterpreter` below) that were created and not yet destroyed since
1041 :c:func:`Py_NewInterpreter`), but mixing multiple interpreters and the
1735 .. c:function:: PyThreadState* Py_NewInterpreter(void)
/external/python/cpython3/Misc/
Dstable_abi.toml1665 [function.Py_NewInterpreter]
DHISTORY31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
/external/python/cpython3/Doc/library/
Dsys.rst937 or using :c:func:`Py_NewInterpreter`, and the