Author: Matti Picus <[email protected]>
Branch:
Changeset: r54997:30e8354eba05
Date: 2012-05-09 19:02 +0300
http://bitbucket.org/pypy/pypy/changeset/30e8354eba05/
Log: call close
diff --git a/pypy/module/mmap/test/test_mmap.py
b/pypy/module/mmap/test/test_mmap.py
--- a/pypy/module/mmap/test/test_mmap.py
+++ b/pypy/module/mmap/test/test_mmap.py
@@ -548,6 +548,8 @@
assert len(b) == 6
assert b[3] == "b"
assert b[:] == "foobar"
+ m.close()
+ f.close()
def test_offset(self):
from mmap import mmap, ALLOCATIONGRANULARITY
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit