New submission from bdk <[email protected]>: from _numpypy import ones, concatenate for i in range(100): a = ones((1,4,7)) b = ones((1,0,7)) concatenate((a,b), 1)
---------- messages: 5310 nosy: bdk, pypy-issue priority: bug release: 2.0 status: unread title: numpypy concatenate segfault ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1394> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
