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, iritkatriel, moi90, serhiy.storchaka
Date 2021-05-09.05:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620538796.72.0.437314329584.issue43656@roundup.psfhosted.org>
In-reply-to
Content
@Martin it's more that logic in a function may raise exception and it will be handled somewhere upstream, but a repr should just give you a simple representation of an object, it would make no sense for upstream logic to be "object repr failed with such exception, instead we should do this now". It's hard to imagine when this would make sense.
History
Date User Action Args
2021-05-09 05:39:56andrei.avksetrecipients: + andrei.avk, serhiy.storchaka, iritkatriel, moi90
2021-05-09 05:39:56andrei.avksetmessageid: <1620538796.72.0.437314329584.issue43656@roundup.psfhosted.org>
2021-05-09 05:39:56andrei.avklinkissue43656 messages
2021-05-09 05:39:56andrei.avkcreate