Searched refs:NATIVE_WIN64 (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
H A Dmsvc9compiler.py40 NATIVE_WIN64 = (sys.platform == 'win32' and sys.maxsize > 2**32) variable
41 if NATIVE_WIN64:
/external/python/cpython3/Lib/distutils/
H A Dmsvc9compiler.py39 NATIVE_WIN64 = (sys.platform == 'win32' and sys.maxsize > 2**32) variable
40 if NATIVE_WIN64:

Completed in 65 milliseconds