[pypy-issue] [issue1148] numpypy: int64 is unhashable

mikefc tracker at bugs.pypy.org
Thu May 31 07:56:10 CEST 2012


mikefc <coolbutuseless at gmail.com> added the comment:

Well, int64 is unhashable on OSX64 latest nightly.

I think dmitrey is on a 32bit machine and this issue with int32 being unhashable, 
so maybe this is a problem where the numpypy datatype matches the native type?

=========================================
>>>> from numpypy import int64
>>>> {int64(2):4}
Traceback (most recent call last):
  File "<console>", line 1, in <module>
TypeError: unsupported operand type for hash: 'int64'

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1148>
________________________________________


More information about the pypy-issue mailing list