Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpylifecycle.h48 PyAPI_FUNC(void) _Py_SetProgramFullPath(const wchar_t *);
/third_party/python/Python/
Dpathconfig.c548 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath() function
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8858 Adds _Py_SetProgramFullPath so embedders may override sys.executable
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9692 @@ -562,6 +696,7 @@ _Py_SetProgramFullPath(const wchar_t *program_full_path)