Home
last modified time | relevance | path

Searched refs:progpath_p (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dgetpath.c414 add_exe_suffix(wchar_t **progpath_p) in add_exe_suffix() argument
416 wchar_t *progpath = *progpath_p; in add_exe_suffix()
435 PyMem_RawFree(*progpath_p); in add_exe_suffix()
436 *progpath_p = progpath2; in add_exe_suffix()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch2779 @@ -418,7 +427,7 @@ add_exe_suffix(wchar_t **progpath_p)