HomeSort by relevance Sort by last modified time
    Searched refs:_base_executable (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/multiprocessing/
popen_spawn_win32.py 25 WINENV = (hasattr(sys, '_base_executable') and
26 not _path_eq(sys.executable, sys._base_executable))
61 python_exe = sys._base_executable
  /external/python/cpython3/Lib/
site.py 460 executable = sys._base_executable = os.environ['__PYVENV_LAUNCHER__']
464 sys._base_executable = _winapi.GetModuleFileName(0)

Completed in 433 milliseconds