Armin Rigo <[email protected]> added the comment:

Minimal example:

import numpypy as np

tree = np.empty(12, np.uint8)
tree[2] = 254

while 1:
    assert tree[2] == 254

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1578>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to