summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-10-13 18:33:02 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-10-13 18:44:52 -0600
commita8e027ff49fdfdce4d845eef7e1f8cd939ae840a (patch)
tree7aa0d813975fd5f8c18ac1fc3d0eed530137de80 /numpy/core/setup.py
parent8b1f90a227b5fcf2a481c973e522693758c9f20f (diff)
downloadnumpy-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/core/setup.py')
0 files changed, 0 insertions, 0 deletions