New submission from Dmitrey <[email protected]>: >>>> from numpy import * >>>> r=ones(3) >>>> ind = array([],int32) >>>> tmp = array([],float64) >>>> r[ind]=tmp Traceback (most recent call last): File "<stdin>", line 1, in <module> IndexError: index 0 is out of bounds for axis 0 with size 0
(in cpython it works) ---------- messages: 6631 nosy: Dmitrey, pypy-issue priority: bug status: unread title: numpy: bug with array indexation ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1719> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
