Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
/third_party/python/Python/
Dpathconfig.c256 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
/third_party/python/PC/
Dpython3dll.c85 EXPORT_FUNC(Py_SetPythonHome)
/third_party/python/Doc/data/
Dstable_abi.dat845 function,Py_SetPythonHome,3.2,,
/third_party/python/Programs/
D_testembed.c1569 Py_SetPythonHome(home); in test_init_setpythonhome()
/third_party/python/Doc/c-api/
Dinit.rst34 * :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`
Dinit_config.rst785 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
/third_party/python/Misc/
Dstable_abi.toml1654 [function.Py_SetPythonHome]
DNEWS1332 - 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 Python
23042 - bpo-32241: :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now
DHISTORY29274 Py_SetPythonHome(), makes it easier for embedding applications to
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/third_party/python/Doc/whatsnew/
D3.11.rst2576 * :c:func:`Py_SetPythonHome`