Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpylifecycle.h52 PyAPI_FUNC(void) _Py_SetProgramFullPath(const wchar_t *);
/external/python/cpython3/Python/
Dpathconfig.c527 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath() function
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst8858 Adds _Py_SetProgramFullPath so embedders may override sys.executable