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

  /external/python/cpython2/Mac/BuildScript/
build-installer.py 172 PYTHON_3 = getVersionMajorMinor() >= (3, 0)
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:
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 173 PYTHON_3 = getVersionMajorMinor() >= (3, 0)
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:
    [all...]

Completed in 128 milliseconds