diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-09-25 23:28:55 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-09-26 21:02:54 +0200 |
commit | 74eac4e16e05167d557f7d96a9c069a1fafa5842 (patch) | |
tree | dc34acda16435d77190240790f677eab54fade18 /numpy/polynomial/polyutils.py | |
parent | 79a1e7a9c2ded59a632329dbdfbc4783300e0142 (diff) | |
download | numpy-74eac4e16e05167d557f7d96a9c069a1fafa5842.tar.gz |
BUG: fix hashing of long integers under python3
python3 long_hash is more complex than int_hash so instead of copying
into numpy call it via the Python capi.
Same for long long for wich the numpy hash function is not correct with
python 2.7 on i386.
Will be slower but doesn't need adapting each timy python changes.
closes #3793
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions