Searched refs:PYTHON_3 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 173 PYTHON_3 = getVersionMajorMinor() >= (3, 0) variable 270 if PYTHON_3: 381 if not PYTHON_3: 400 unselected_for_python3 = ('selected', 'unselected')[PYTHON_3] 486 if getDeptargetTuple() < (10, 4) and not PYTHON_3: 1140 (' ', '--with-computed-gotos ')[PYTHON_3], 1141 (' ', '--without-ensurepip ')[PYTHON_3], 1211 if PYTHON_3: 1310 if PYTHON_3:
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 172 PYTHON_3 = getVersionMajorMinor() >= (3, 0) variable 299 if PYTHON_3: 409 if not PYTHON_3: 428 unselected_for_python3 = ('selected', 'unselected')[PYTHON_3] 514 if getDeptargetTuple() < (10, 4) and not PYTHON_3: 1166 (' ', '--with-computed-gotos ')[PYTHON_3], 1167 (' ', '--without-ensurepip ')[PYTHON_3], 1234 if PYTHON_3: 1328 if PYTHON_3:
|