Searched refs:Py_NewInterpreterFromConfig (Results 1 – 9 of 9) sorted by relevance
86 PyAPI_FUNC(PyStatus) Py_NewInterpreterFromConfig(
1458 PyStatus status = Py_NewInterpreterFromConfig(&tstate, config); in _new_interpreter()1671 PyStatus status = Py_NewInterpreterFromConfig(&substate, &config); in run_in_subinterp_with_config()
1550 Its values are used only in :c:func:`Py_NewInterpreterFromConfig` and1636 .. 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 that1772 Using :c:func:`Py_NewInterpreterFromConfig` you can create
1836 PyStatus status = Py_NewInterpreterFromConfig(&tstate, config); in _PyXI_NewInterpreter()
2357 Py_NewInterpreterFromConfig(PyThreadState **tstate_p, in Py_NewInterpreterFromConfig() function
163 own GIL, call ``Py_NewInterpreterFromConfig()``.2301 We've added ``Py_NewInterpreterFromConfig()`` and ``PyInterpreterConfig`` to
4753 :c:func:`Py_NewInterpreterFromConfig`. Also clarify some of the nearby docs
345 Use the new :c:func:`Py_NewInterpreterFromConfig` function to355 PyStatus status = Py_NewInterpreterFromConfig(&tstate, &config);1982 * :pep:`684`: Add the new :c:func:`Py_NewInterpreterFromConfig`
1016 …<elf-symbol name='Py_NewInterpreterFromConfig' type='func-type' binding='global-binding' visibilit…25439 …Py_NewInterpreterFromConfig' mangled-name='Py_NewInterpreterFromConfig' filepath='./Include/cpytho…