Armin Rigo <[email protected]> added the comment: In general we're unlikely to make efforts to support use cases that CPython doesn't, but if you want to submit a patch or a pull request, it might be accepted. Search and fix all space.len(), and likely keep space.len_w() raising OverflowError. This will however mean that in half the cases we support arbitrary long numbers, and in the other half you get OverflowError anyway...
---------- nosy: +arigo status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1765> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
