Philip Jenvey <[email protected]> added the comment:

Seems there's probably a couple things hurting us on this basic example:

o Broken strategies (#1471). In particular dict strats, like the lack of 
CellDict affects this. One or two other specialized dicts are also broken and 
can affect other situations. I've already began working on this

o Py3k's range may be hurting us too because it somewhat differs from py2's 
xrange in that it handles the equiv. of py2 longs. We'll have to double check 
this

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

Reply via email to