[pypy-issue] [issue1605] __str__ is not RPython?

Armin Rigo tracker at bugs.pypy.org
Fri Sep 13 14:49:34 CEST 2013


Armin Rigo <armin.rigo at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1605>
________________________________________


More information about the pypy-issue mailing list