[issue9015] array.array.tofile cannot write arrays of sizes > 4GB, even compiled for amd64

Martin Spacek report at bugs.python.org
Thu Nov 4 05:44:19 CET 2010


Martin Spacek <python at mspacek.mm.st> added the comment:

NumPy is addressing this with a workaround in its ndarray, calling fwrite multiple times in reasonably sized chunks. See http://projects.scipy.org/numpy/ticket/1660

----------
nosy: +mspacek
type:  -> crash

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9015>
_______________________________________


More information about the Python-bugs-list mailing list