Home
last modified time | relevance | path

Searched refs:_Py_SetProgramFullPath (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dpylifecycle.h49 Py_DEPRECATED(3.11) PyAPI_FUNC(void) _Py_SetProgramFullPath(const wchar_t *);
/third_party/python/Python/
Dpathconfig.c301 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath() function
/third_party/python/Doc/whatsnew/
D3.11.rst2578 * :c:func:`_Py_SetProgramFullPath`
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch5232 @@ -317,6 +469,7 @@ _Py_SetProgramFullPath(const wchar_t *program_full_path)
/third_party/python/Misc/
DNEWS1333 ``Py_SetProgramName(NULL)`` and ``_Py_SetProgramFullPath(NULL)`` function
8139 * :c:func:`_Py_SetProgramFullPath`
21390 - bpo-34725: Adds _Py_SetProgramFullPath so embedders may override