mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			95 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			95 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
errmap.h:	generrmap.exe
 | 
						|
	.\generrmap.exe > errmap.h
 | 
						|
 | 
						|
genermap.exe:	generrmap.c
 | 
						|
	cl generrmap.c
 |