Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/_distutils/tests/
Dtest_msvccompiler.py20 import distutils._msvccompiler as _msvccompiler namespace
27 old_find_vcvarsall = _msvccompiler._find_vcvarsall
28 _msvccompiler._find_vcvarsall = _find_vcvarsall
31 _msvccompiler._get_vc_env,
34 _msvccompiler._find_vcvarsall = old_find_vcvarsall
37 import distutils._msvccompiler as _msvccompiler namespace
46 env = _msvccompiler._get_vc_env('x86')
55 import distutils._msvccompiler as _msvccompiler namespace
59 version, path = _msvccompiler._find_vc2017()
67 import distutils._msvccompiler as _msvccompiler namespace
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvccompiler.py19 import distutils._msvccompiler as _msvccompiler namespace
26 old_find_vcvarsall = _msvccompiler._find_vcvarsall
27 _msvccompiler._find_vcvarsall = _find_vcvarsall
30 _msvccompiler._get_vc_env,
33 _msvccompiler._find_vcvarsall = old_find_vcvarsall
36 import distutils._msvccompiler as _msvccompiler namespace
45 env = _msvccompiler._get_vc_env('x86')
54 import distutils._msvccompiler as _msvccompiler namespace
58 version, path = _msvccompiler._find_vc2017()
66 import distutils._msvccompiler as _msvccompiler namespace
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_msvc14.py17 import setuptools.msvc as _msvccompiler namespace
25 old_find_vcvarsall = _msvccompiler._msvc14_find_vcvarsall
26 _msvccompiler._msvc14_find_vcvarsall = _find_vcvarsall
29 _msvccompiler._msvc14_get_vc_env,
32 _msvccompiler._msvc14_find_vcvarsall = old_find_vcvarsall
35 import setuptools.msvc as _msvccompiler namespace
44 env = _msvccompiler._msvc14_get_vc_env('x86')
53 import setuptools.msvc as _msvccompiler namespace
57 version, path = _msvccompiler._msvc14_find_vc2017()
69 import setuptools.msvc as _msvccompiler namespace
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.5.0rc1.rst35 _msvccompiler.py doesn't properly support manifests
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py716 from distutils._msvccompiler import MSVCCompiler
/external/python/setuptools/setuptools/_distutils/command/
Dbuild_ext.py717 from distutils._msvccompiler import MSVCCompiler
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt194 setuptools/_distutils/_msvccompiler.py
/external/python/setuptools/
DCHANGES.rst1369 * #2257: Fixed two flaws in distutils._msvccompiler.MSVCCompiler.spawn.
3117 …s by fixing compatibility between ``numpy.distutils`` and ``distutils._msvccompiler`` for numpy < …