summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2008-03-05 07:00:18 +0000
committerCharles Harris <charlesr.harris@gmail.com>2008-03-05 07:00:18 +0000
commit2439416c25cdb8bee7caadea53f375cfe0d22b87 (patch)
tree9fd13e750c82028912e66df16dd2494e2e816cf4 /numpy/core/memmap.py
parenta783bfde54692d7c192c5e90c8d9def5af47d552 (diff)
downloadnumpy-2439416c25cdb8bee7caadea53f375cfe0d22b87.tar.gz
Simplify MyPyLong_AsUnsignedLongLong and make it compatible with old C
compilers. This function will still fail for numbers less than -2**63, which is not quite correct. The problem is with the conversion functions provided by Python. The alternative is to write our own or call the Python modulus function to convert to the valid C ranges. The other conversion functions have the same problem.
Diffstat (limited to 'numpy/core/memmap.py')
0 files changed, 0 insertions, 0 deletions