[pypy-issue] [issue1578] Signed/unsigned confusion in the JIT tracer(?)

Armin Rigo tracker at bugs.pypy.org
Fri Aug 9 17:44:34 CEST 2013


Armin Rigo <armin.rigo at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1578>
________________________________________


More information about the pypy-issue mailing list