New submission from handloomweaver <[email protected]>: >>>> import numpy as np >>>> x = np.zeros((2,2), dtype=[('a', np.int32), ('b', np.float64, (3,3))]) >>>> x Segmentation fault: 11
on OSX 10.8 & Ubuntu 12 ---------- messages: 6387 nosy: handloomweaver, pypy-issue priority: bug release: 2.2 status: unread title: Seg Fault 11 using numpy.zeros PYPY2.2 ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1648> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
