[pypy-issue] [issue1664] numpypy bit shift is broken

mattip tracker at bugs.pypy.org
Tue Dec 24 13:25:37 CET 2013


New submission from mattip <matti.picus at gmail.com>:

Python 2.7.3 (4702ccfceeb9, Dec 23 2013, 21:59:39)
[PyPy 2.3.0-alpha0 with MSC v.1500 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>> import _numpypy.multiarray as numpy
>>>> a=numpy.array(123,dtype='uint64')
>>>> a
array([123])
>>>> a >> 1
SEGFAULT

----------
messages: 6444
nosy: mattip, pypy-issue
priority: bug
release: ???
status: unread
title: numpypy bit shift is broken

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


More information about the pypy-issue mailing list