mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Change WindowsError to carry the Win32 error code in winerror,
and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError.
This commit is contained in:
parent
38e3b7d2d3
commit
879768dd97
8 changed files with 234 additions and 37 deletions
5
PC/errmap.mak
Normal file
5
PC/errmap.mak
Normal file
|
@ -0,0 +1,5 @@
|
|||
errmap.h: generrmap.exe
|
||||
.\generrmap.exe > errmap.h
|
||||
|
||||
genermap.exe: generrmap.c
|
||||
cl generrmap.c
|
Loading…
Add table
Add a link
Reference in a new issue