mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Merged revisions 67414 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67414 | christian.heimes | 2008-11-28 12:02:32 +0100 (Fri, 28 Nov 2008) | 1 line Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception ........
This commit is contained in:
		
							parent
							
								
									a58ea4dcf2
								
							
						
					
					
						commit
						94e0772989
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -316,7 +316,7 @@ def __init__(self, verbose=0, dry_run=0, force=0): | |||
|         self.__version = VERSION | ||||
|         self.__root = r"Software\Microsoft\VisualStudio" | ||||
|         # self.__macros = MACROS | ||||
|         self.__path = [] | ||||
|         self.__paths = [] | ||||
|         # target platform (.plat_name is consistent with 'bdist') | ||||
|         self.plat_name = None | ||||
|         self.__arch = None # deprecated name | ||||
|  |  | |||
|  | @ -24,6 +24,9 @@ Core and Builtins | |||
| Library | ||||
| ------- | ||||
| 
 | ||||
| - Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an | ||||
|   exception. | ||||
| 
 | ||||
| - Issue #4433: Fixed an access violation when garbage collecting | ||||
|   _ctypes.COMError instances. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christian Heimes
						Christian Heimes