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, jbw, kj, moi90, serhiy.storchaka
Date 2021-10-20.14:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634741237.83.0.756967290163.issue43656@roundup.psfhosted.org>
In-reply-to
Content
Joe: I understand your point but my concern is that this creates an impression for the users that Python is tolerant of failing __repr__'s, while that's not the case at all.

I agree that if StackSummary was only used for interactive debugging, there would be a stronger case for it to nicely handle failed __repr__; but I think the more important use for it is non-interactive.

The argument on the other issue was that exceptions should bubble up and we can't assume that user wants them silenced, that's the decision for user to make. I agree with that; -- and your proposed change does not address it.
History
Date User Action Args
2021-10-20 14:47:17andrei.avksetrecipients: + andrei.avk, serhiy.storchaka, iritkatriel, moi90, kj, jbw
2021-10-20 14:47:17andrei.avksetmessageid: <1634741237.83.0.756967290163.issue43656@roundup.psfhosted.org>
2021-10-20 14:47:17andrei.avklinkissue43656 messages
2021-10-20 14:47:17andrei.avkcreate