mirror of https://github.com/python/cpython
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
|
@ -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…
Reference in New Issue