Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpython_uwp.cpp205 _Py_SetProgramFullPath(new_argv[0]); in wmain()
/external/python/cpython3/Include/
Dpylifecycle.h47 PyAPI_FUNC(void) _Py_SetProgramFullPath(const wchar_t *);
/external/python/cpython3/Python/
Dpathconfig.c209 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath() function
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst1020 Adds _Py_SetProgramFullPath so embedders may override sys.executable