Message 231743 - Python tracker

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.

Content
Belatedly looking at this again: one thing I noticed is that the summary currently loses info if __cause__ is set.

It would be better to follow the PEP 409/415 model and report the "__suppress_context__" flag as part of the summary, rather than dropping the context information.

That allows the decision on whether or not to show the context information to be deferred to display time, rather than discarding it eagerly.