[NumPy-Tickets] [NumPy] #1660: ~2**32 byte tofile()/fromfile() limit in 64-bit Windows
NumPy Trac
numpy-tickets@scipy....
Wed Nov 3 04:50:35 CDT 2010
#1660: ~2**32 byte tofile()/fromfile() limit in 64-bit Windows
-------------------------------------------------+--------------------------
Reporter: mspacek | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: 1.5.0
Keywords: tofile fromfile save 64-bit windows |
-------------------------------------------------+--------------------------
Comment(by mspacek):
As a workaround for the tofile() problem, perhaps it could check if the
platform is windows, and if so, call fwrite multiple times in say 2GB
chunks until all data is written out.
Unfortunately, I don't have the skills to compile on win64, let alone
implement something like this.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1660#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list