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 doerwalter
Recipients doerwalter
Date 2013-11-14.17:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384448970.46.0.460613881183.issue19585@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds frame annotations, i.e. it adds an attribute f_annotation to frame objects, a decorator to set this attribute on exceptions and extensions to the traceback machinery that display the annotation in the traceback.
History
Date User Action Args
2013-11-14 17:09:30doerwaltersetrecipients: + doerwalter
2013-11-14 17:09:30doerwaltersetmessageid: <1384448970.46.0.460613881183.issue19585@psf.upfronthosting.co.za>
2013-11-14 17:09:30doerwalterlinkissue19585 messages
2013-11-14 17:09:30doerwaltercreate