Searched refs:_Py_SetProgramFullPath (Results 1 – 5 of 5) sorted by relevance
49 Py_DEPRECATED(3.11) PyAPI_FUNC(void) _Py_SetProgramFullPath(const wchar_t *);
301 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath() function
2578 * :c:func:`_Py_SetProgramFullPath`
5232 @@ -317,6 +469,7 @@ _Py_SetProgramFullPath(const wchar_t *program_full_path)
1333 ``Py_SetProgramName(NULL)`` and ``_Py_SetProgramFullPath(NULL)`` function8139 * :c:func:`_Py_SetProgramFullPath`21390 - bpo-34725: Adds _Py_SetProgramFullPath so embedders may override