Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c468 locate_python(wchar_t * wanted_ver, BOOL from_shebang) in locate_python() argument
508 result = find_python_by_version(from_shebang ? L"2" : L"3"); in locate_python()
510 result = find_python_by_version(from_shebang ? L"3" : L"2"); in locate_python()