reassign 724047 python-numpy 1:1.7.1-3
notfound 724047 python3.3 3.3.2-5
forwarded 724047 https://github.com/numpy/numpy/issues/3793
thanks

its an issue in numpy, it seems to be reinterpreting a long as an int in
int_arrtype_hash.

one can also construct a case that fails on amd64:

assert hash(np.int64(2**31)) == hash(2**31)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to