mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Hacked for Win32 by Mark Hammond.
Reformatted for 8-space tabs and fitted into 80-char lines by GvR. Mark writes: * the Win32 version now accepts the same args as the Unix version. The win32 specific "tag" param is now optional. The end result is that the exact same test suite runs on Windows (definately a worthy goal!). * I changed the error object. All occurences of the error, except for 1, corresponds to an underlying OS error. This one was changed to a ValueError (a better error for that condition), and the module error object is now simply EnvironmentError. All win32 error routines now call the new Windows specific error handler.
This commit is contained in:
parent
767e775a98
commit
09fdf07315
1 changed files with 561 additions and 534 deletions
1095
Modules/mmapmodule.c
1095
Modules/mmapmodule.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue