Armin Rigo <[email protected]> added the comment:
Reduced the test case to: str() is seriously slower than on CPython.
l = 3 ** 2234
for i in range(10000):
l += 1
if 'foobar' in str(l):
break
----------
nosy: +arigo
status: unread -> chatting
________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1488>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue