Searched refs:Py_SetPythonHome (Results 1 – 11 of 11) sorted by relevance
40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
256 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
85 EXPORT_FUNC(Py_SetPythonHome)
845 function,Py_SetPythonHome,3.2,,
1569 Py_SetPythonHome(home); in test_init_setpythonhome()
34 * :c:func:`Py_SetPythonHome`691 .. c:function:: void Py_SetPythonHome(const wchar_t *home)715 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
785 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
1654 [function.Py_SetPythonHome]
1332 - gh-issue-98978: Fix use-after-free in ``Py_SetPythonHome(NULL)``,8137 * :c:func:`Py_SetPythonHome`16517 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python23042 - bpo-32241: :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now
29274 Py_SetPythonHome(), makes it easier for embedding applications to29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
2576 * :c:func:`Py_SetPythonHome`