[NumPy-Tickets] [NumPy] #1550: Memmap test failure
NumPy Trac
numpy-tickets@scipy....
Tue Jul 20 02:57:59 CDT 2010
#1550: Memmap test failure
---------------------+------------------------------------------------------
Reporter: cgohlke | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.5.0
Component: Other | Version: devel
Keywords: |
---------------------+------------------------------------------------------
I get the following test failure on all msvc9 builds of numpy 1.5.0.dev
for Windows. A patch is attached.
{{{
======================================================================
ERROR: test_filename (test_memmap.TestMemmap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\Python26-x64\lib\site-
packages\numpy\core\tests\test_memmap.py", line 60, in test_filename
os.unlink(tmpname)
WindowsError: [Error 32] The process cannot access the file
because it is being used by another process:
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1550>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list