diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-10-13 18:33:02 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-10-13 18:44:52 -0600 |
commit | a8e027ff49fdfdce4d845eef7e1f8cd939ae840a (patch) | |
tree | 7aa0d813975fd5f8c18ac1fc3d0eed530137de80 /numpy/lib/utils.py | |
parent | 8b1f90a227b5fcf2a481c973e522693758c9f20f (diff) | |
download | numpy-a8e027ff49fdfdce4d845eef7e1f8cd939ae840a.tar.gz |
BUG: Fix writing of intrinsic long integers in python2 npy files.
This only happens when C long is smaller than npy_intp, in particular,
on 64 bit windows. The 'L' suffix is not needed as long as safe_eval
is used to recover the values, and the long intrinsic causes problems
for python3.
The python3 read side has been fixed, but we might as well fix the
problem at the root as well.
Diffstat (limited to 'numpy/lib/utils.py')
0 files changed, 0 insertions, 0 deletions