diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2008-03-05 07:00:18 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2008-03-05 07:00:18 +0000 |
commit | 2439416c25cdb8bee7caadea53f375cfe0d22b87 (patch) | |
tree | 9fd13e750c82028912e66df16dd2494e2e816cf4 /numpy/core/memmap.py | |
parent | a783bfde54692d7c192c5e90c8d9def5af47d552 (diff) | |
download | numpy-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