New submission from mattip <[email protected]>: 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 <[email protected]> <https://bugs.pypy.org/issue1664> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
