New submission from Brian Kearns <[email protected]>:
following crashes on linux64 after merge of small-unroll-improvements, worked
before:
import _numpypy.multiarray as np
a = np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9]], 'float32')
for i in range(1000):
a.dot(a)
----------
messages: 6819
nosy: bdk, pypy-issue
priority: critical
status: unread
title: merge of small-unroll-improvements triggered crash with AssertionError
in jitted numpy code
________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1749>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue