Lines Matching defs:python_executable
134 config.python_executable,
260 python_executable = config.python_executable
265 python_executable = (
266 f"env LD_PRELOAD={get_asan_rtlib()} {config.python_executable}"
273 python_executable = real_python_executable
276 python_executable, config.python_executable
290 python_executable = '"%s"' % (python_executable)
293 ToolSubst("%PYTHON", python_executable, unresolved="ignore"),