[Numpy-tickets] [NumPy] #827: numpy.test fails + nose traceback on windows
NumPy
numpy-tickets@scipy....
Sat Dec 27 05:46:37 CST 2008
#827: numpy.test fails + nose traceback on windows
---------------------------+------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: closed
Priority: highest | Milestone: 1.3.0
Component: numpy.testing | Version: none
Severity: blocker | Resolution: fixed
Keywords: |
---------------------------+------------------------------------------------
Changes (by cdavid):
* status: reopened => closed
* resolution: => fixed
Comment:
The problem is once again windows, of course. We can't open reopen an
already opened file there, meaning tempfile.NamedTemporaryFile is pretty
useless on that platform. I still decided to go the closing the file
before opening it route on windows (which totally defeat the points of
using this for a secure temp file), because using a file descriptor won't
work either on windows, since file descriptors cannot cross dll.
What a f*-up platform.
Anyway, fixed in r6205.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/827#comment:7>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list