Kaydet (Commit) 605843f0 authored tarafından Fred Drake's avatar Fred Drake

Mark Hammond:

This patch fixes the mmap module on Windows 9x.

Also updates the mmap test to remove the test file.
üst 1ef4e2d5
......@@ -59,6 +59,8 @@ def test_both():
assert start == PAGESIZE
assert end == PAGESIZE + 6
m.close()
os.unlink("foo")
print ' Test passed'
test_both()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment