Armin Rigo <[email protected]> added the comment: See documentation here: http://doc.pypy.org/en/latest/coding-guide.html#object-restrictions . Using str() on instances (for example via "print") is still useful for debugging, so preventing it altogether is not a good solution either.
---------- nosy: +arigo status: unread -> wontfix ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1605> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
