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 ncoghlan
Recipients benjamin.peterson, ncoghlan, nikratio
Date 2013-10-27.13:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382881667.34.0.91100447399.issue18861@psf.upfronthosting.co.za>
In-reply-to
Content
Nothing is lost either way, it just isn't displayed by default.

While I can see the appeal of treating an "outer" context differently from an "inner" one, I don't see any way for the exception context suppression machinery to tell the difference.

The traceback *display* machinery might be able to figure it out by looking at the traceback details, but such a search could be quite expensive.
History
Date User Action Args
2013-10-27 13:47:47ncoghlansetrecipients: + ncoghlan, benjamin.peterson, nikratio
2013-10-27 13:47:47ncoghlansetmessageid: <1382881667.34.0.91100447399.issue18861@psf.upfronthosting.co.za>
2013-10-27 13:47:47ncoghlanlinkissue18861 messages
2013-10-27 13:47:47ncoghlancreate