Home
last modified time | relevance | path

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

/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py175 PYTHON_3 = getVersionMajorMinor() >= (3, 0) variable
314 if PYTHON_3:
392 if not PYTHON_3:
419 unselected_for_python3 = ('selected', 'unselected')[PYTHON_3]
1174 (' ', '--with-computed-gotos ')[PYTHON_3],
1175 (' ', '--without-ensurepip ')[PYTHON_3],
1177 shellQuote(WORKDIR)[1:-1],))[PYTHON_3],
1294 if PYTHON_3: