[NumPy-Tickets] [NumPy] #1565: loadtxt fails to load large unsigned int64 integers.
NumPy Trac
numpy-tickets@scipy....
Sat Apr 2 13:49:02 CDT 2011
#1565: loadtxt fails to load large unsigned int64 integers.
-------------------------+--------------------------------------------------
Reporter: rainwoodman | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 1.6.0
Component: Other | Version: 1.4.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by charris):
I've gone with the patch as is. The patch in 1163 was defective as once
the conversion to int was done, further conversion to int64 would fail if
the value exceeded what can be held in long and the size of long varies
between int32 and int64 depending on the platform.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1565#comment:12>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list