[Numpy-svn] r8607 - branches/1.5.x/numpy/core/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Aug 8 02:43:28 EDT 2010


Author: rgommers
Date: 2010-08-08 01:43:28 -0500 (Sun, 08 Aug 2010)
New Revision: 8607

Modified:
   branches/1.5.x/numpy/core/tests/test_memmap.py
Log:
TST: (backport of r8606) fix memmap test error. Closes #1550. Thanks to Christoph Gohlke.

Modified: branches/1.5.x/numpy/core/tests/test_memmap.py
===================================================================
--- branches/1.5.x/numpy/core/tests/test_memmap.py	2010-08-08 06:41:28 UTC (rev 8606)
+++ branches/1.5.x/numpy/core/tests/test_memmap.py	2010-08-08 06:43:28 UTC (rev 8607)
@@ -56,6 +56,7 @@
         self.assertEquals(abspath, fp.filename)
         b = fp[:1]
         self.assertEquals(abspath, b.filename)
+        del b
         del fp
         os.unlink(tmpname)
 




More information about the Numpy-svn mailing list