Author: Matti Picus <matti.pi...@gmail.com>
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
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to