Home
last modified time | relevance | path

Searched refs:Py_NewInterpreterFromConfig (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpylifecycle.h86 PyAPI_FUNC(PyStatus) Py_NewInterpreterFromConfig(
/external/python/cpython3/Modules/
D_testinternalcapi.c1458 PyStatus status = Py_NewInterpreterFromConfig(&tstate, config); in _new_interpreter()
1671 PyStatus status = Py_NewInterpreterFromConfig(&substate, &config); in run_in_subinterp_with_config()
/external/python/cpython3/Doc/c-api/
Dinit.rst1550 Its values are used only in :c:func:`Py_NewInterpreterFromConfig` and
1636 .. c:function:: PyStatus Py_NewInterpreterFromConfig(PyThreadState **tstate_p, const PyInterpreterC…
1692 PyStatus status = Py_NewInterpreterFromConfig(&tstate, &config);
1746 around :c:func:`Py_NewInterpreterFromConfig` with a config that
1772 Using :c:func:`Py_NewInterpreterFromConfig` you can create
/external/python/cpython3/Python/
Dcrossinterp.c1836 PyStatus status = Py_NewInterpreterFromConfig(&tstate, config); in _PyXI_NewInterpreter()
Dpylifecycle.c2357 Py_NewInterpreterFromConfig(PyThreadState **tstate_p, in Py_NewInterpreterFromConfig() function
/external/python/cpython3/Misc/NEWS.d/
D3.12.0b1.rst163 own GIL, call ``Py_NewInterpreterFromConfig()``.
2301 We've added ``Py_NewInterpreterFromConfig()`` and ``PyInterpreterConfig`` to
D3.13.0a1.rst4753 :c:func:`Py_NewInterpreterFromConfig`. Also clarify some of the nearby docs
/external/python/cpython3/Doc/whatsnew/
D3.12.rst345 Use the new :c:func:`Py_NewInterpreterFromConfig` function to
355 PyStatus status = Py_NewInterpreterFromConfig(&tstate, &config);
1982 * :pep:`684`: Add the new :c:func:`Py_NewInterpreterFromConfig`
/external/python/cpython3/Doc/data/
Dpython3.13.abi1016 …<elf-symbol name='Py_NewInterpreterFromConfig' type='func-type' binding='global-binding' visibilit…
25439Py_NewInterpreterFromConfig' mangled-name='Py_NewInterpreterFromConfig' filepath='./Include/cpytho…