mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
This commit is contained in:
parent
4de979153e
commit
aa67471227
2 changed files with 4 additions and 1 deletions
|
@ -316,7 +316,7 @@ class MSVCCompiler(CCompiler) :
|
||||||
self.__version = VERSION
|
self.__version = VERSION
|
||||||
self.__root = r"Software\Microsoft\VisualStudio"
|
self.__root = r"Software\Microsoft\VisualStudio"
|
||||||
# self.__macros = MACROS
|
# self.__macros = MACROS
|
||||||
self.__path = []
|
self.__paths = []
|
||||||
# target platform (.plat_name is consistent with 'bdist')
|
# target platform (.plat_name is consistent with 'bdist')
|
||||||
self.plat_name = None
|
self.plat_name = None
|
||||||
self.__arch = None # deprecated name
|
self.__arch = None # deprecated name
|
||||||
|
|
|
@ -57,6 +57,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
|
||||||
|
exception.
|
||||||
|
|
||||||
- Issue #4363: The uuid.uuid1() and uuid.uuid4() functions now work even if
|
- Issue #4363: The uuid.uuid1() and uuid.uuid4() functions now work even if
|
||||||
the ctypes module is not present.
|
the ctypes module is not present.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue