Armin Rigo <[email protected]> added the comment: Are you sure you're comparing CPython on 64-bit with PyPy on 64-bit? From your results, my guess is that your CPython is on 32-bit. On Linux, I get no explosion on 32-bit (both with CPython and PyPy), and explosion on 64-bit (both with CPython and PyPy). So it's a bug that should also be reported on CPython. I agree that PyPy could fix it though.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1721> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
