mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Mark Hammond:
This patch fixes the mmap module on Windows 9x. Also updates the mmap test to remove the test file.
This commit is contained in:
parent
1ef4e2d54e
commit
605843f0c0
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ def test_both():
|
|||
assert start == PAGESIZE
|
||||
assert end == PAGESIZE + 6
|
||||
|
||||
m.close()
|
||||
os.unlink("foo")
|
||||
print ' Test passed'
|
||||
|
||||
test_both()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue