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

Dmitrey tracker at bugs.pypy.org
Tue May 22 15:44:24 CEST 2012


New submission from Dmitrey <dmitrey15 at ukr.net>:

>>> from numpy import int32
>>> {int32(2):4}
{2: 4}

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

----------
messages: 4324
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy: int32 is unhashable

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


More information about the pypy-issue mailing list