Home
last modified time | relevance | path

Searched full:distutils_use_sdk (Results 1 – 21 of 21) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_msvc14.py41 old_distutils_use_sdk = os.environ.pop('DISTUTILS_USE_SDK', None)
50 os.environ['DISTUTILS_USE_SDK'] = old_distutils_use_sdk
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvccompiler.py42 old_distutils_use_sdk = os.environ.pop('DISTUTILS_USE_SDK', None)
51 os.environ['DISTUTILS_USE_SDK'] = old_distutils_use_sdk
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_msvccompiler.py43 old_distutils_use_sdk = os.environ.pop('DISTUTILS_USE_SDK', None)
52 os.environ['DISTUTILS_USE_SDK'] = old_distutils_use_sdk
/external/python/cpython2/Lib/test/
Dpythoninfo.py208 "DISTUTILS_USE_SDK",
/external/python/setuptools/setuptools/_distutils/
D_msvccompiler.py118 if os.getenv("DISTUTILS_USE_SDK"):
Dmsvccompiler.py250 if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"):
Dmsvc9compiler.py350 if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"):
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py114 if os.getenv("DISTUTILS_USE_SDK"):
Dmsvccompiler.py250 if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"):
Dmsvc9compiler.py350 if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"):
/external/python/cpython3/Lib/test/
Dpythoninfo.py251 "DISTUTILS_USE_SDK",
/external/python/cpython2/Lib/distutils/
Dmsvccompiler.py254 if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"):
Dmsvc9compiler.py361 if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"):
/external/python/pybind11/.github/workflows/
Dci.yml159 echo "DISTUTILS_USE_SDK=1" >> $GITHUB_ENV
/external/python/setuptools/setuptools/
Dmsvc.py262 if "DISTUTILS_USE_SDK" in environ:
/external/python/cpython2/Doc/distutils/
Dapiref.rst821 its own. To override this choice, the environment variables *DISTUTILS_USE_SDK*
824 had been registered when the SDK was installed; *DISTUTILS_USE_SDK* indicates
/external/python/cpython3/Doc/distutils/
Dapiref.rst846 its own. To override this choice, the environment variables *DISTUTILS_USE_SDK*
849 had been registered when the SDK was installed; *DISTUTILS_USE_SDK* indicates
/external/python/setuptools/docs/deprecated/distutils/
Dapiref.rst846 its own. To override this choice, the environment variables *DISTUTILS_USE_SDK*
849 had been registered when the SDK was installed; *DISTUTILS_USE_SDK* indicates
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst4571 DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception.
/external/python/cpython3/Misc/
DHISTORY15848 - Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
16041 - Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
17813 - Bug #1508010: msvccompiler now requires the DISTUTILS_USE_SDK
/external/python/cpython2/Misc/
DHISTORY429 - Bug #1508010: msvccompiler now requires the DISTUTILS_USE_SDK