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 doerwalter, ncoghlan, pitrou, vstinner
Date 2013-11-14.22:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fMTU4dziAOjPzkaAYkX40Ew8wcrPe_eOVSKgxzkveyaw@mail.gmail.com>
In-reply-to <1384466216.97.0.666610580919.issue19585@psf.upfronthosting.co.za>
Content
Aye, it would. The improved exception chaining and frame hiding ideas in
issue 18861 are also related.

The part I particularly like in Walter's suggestion is the idea of a "frame
description" that is displayed in the traceback for that frame, without the
traceback module needing to know the details of other annotations.
History
Date User Action Args
2013-11-14 22:37:25ncoghlansetrecipients: + ncoghlan, doerwalter, pitrou, vstinner
2013-11-14 22:37:25ncoghlanlinkissue19585 messages
2013-11-14 22:37:25ncoghlancreate