[pypy-issue] [issue1137] "TypeError: 'int32' has no length"

timo tracker at bugs.pypy.org
Sat May 5 15:09:38 CEST 2012


timo <timonator at perpetuum-immobile.de> added the comment:

it seems numpy disagrees with regular python behavior:

           __int__      __index__
python    TypeError      propagate
numpy     IndexError     IndexError
numpypy       ?              ?

I would suggest emulating numpy here, because that's what we want in the end:
compatibility with numpy.

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


More information about the pypy-issue mailing list