[NumPy-Tickets] [NumPy] #1660: ~2**32 byte tofile()/fromfile() limit in 64-bit Windows
NumPy Trac
numpy-tickets@scipy....
Thu Nov 4 07:54:00 CDT 2010
#1660: ~2**32 byte tofile()/fromfile() limit in 64-bit Windows
------------------------------------------------------+---------------------
Reporter: mspacek | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 1.5.1
Component: numpy.core | Version: 1.5.0
Keywords: tofile fromfile save load 64-bit windows |
------------------------------------------------------+---------------------
Comment(by mspacek):
Here's a unit test patch. With this, np.test('full') hangs without
Christoph's patch, and completes successfully with his patch.
Unfortunately, the test takes > 1 min to write slightly more than 4GB (the
required threshold) to a non-SSD drive. Don't think there's much that can
be done about that.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1660#comment:11>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list