Searched refs:lib_python (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/ |
D | getpath.c | 133 wchar_t *lib_python; /* <platlibdir> / "pythonX.Y" */ member 465 status = joinpath(prefix, calculate->lib_python, prefix_len); in search_for_prefix() 525 status = joinpath(prefix, calculate->lib_python, prefix_len); in search_for_prefix() 548 status = joinpath(prefix, calculate->lib_python, prefix_len); in search_for_prefix() 591 calculate->lib_python); in calculate_prefix() 719 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix() 751 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix() 773 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix() 1135 wchar_t *lib_python = joinpath2(parent, calculate->lib_python); in calculate_argv0_path_framework() local 1138 if (lib_python == NULL) { in calculate_argv0_path_framework() [all …]
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 2720 wchar_t *lib_python; /* <platlibdir> / "pythonX.Y" */ 3067 calculate->lib_python = joinpath2(config->platlibdir, pyversion); 3069 if (calculate->lib_python == NULL) { 3076 PyMem_RawFree(calculate->lib_python);
|