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

mikefc tracker at bugs.pypy.org
Thu May 31 07:48:35 CEST 2012


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

This works fine for me on latest nightly for osx64.  

Dmitrey, can you see if this is fixed for you?

===============================================
Python 2.7.2 (c6d48bfb9d2f, May 30 2012, 03:00:21)
[PyPy 1.9.1-dev0 with GCC 4.2.1] on darwin
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``PyPy 1.3 awaiting release''
>>>> from numpypy import int32
>>>> {int32(2):4}
{2: 4}

----------
nosy: +mikefc

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


More information about the pypy-issue mailing list