This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrei.avk
Recipients andrei.avk, blueyed, iritkatriel, moi90, serhiy.storchaka, terry.reedy
Date 2021-05-09.05:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620538138.38.0.0693658606435.issue39228@roundup.psfhosted.org>
In-reply-to
Content
This probably shouldn't be done, for all of the reasons above.

For the sake of an argument, if we really wanted to do something like this (as it may be convenient in some cases), a better way might be to add a `__tb_repr__ = __repr__` which can be overridden, and `traceback` would use that instead of plain repr.
History
Date User Action Args
2021-05-09 05:28:58andrei.avksetrecipients: + andrei.avk, terry.reedy, blueyed, serhiy.storchaka, iritkatriel, moi90
2021-05-09 05:28:58andrei.avksetmessageid: <1620538138.38.0.0693658606435.issue39228@roundup.psfhosted.org>
2021-05-09 05:28:58andrei.avklinkissue39228 messages
2021-05-09 05:28:58andrei.avkcreate