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 glynnc, ncoghlan, pitrou, vinay.sajip
Date 2013-12-29.14:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388328595.08.0.481984514521.issue16778@psf.upfronthosting.co.za>
In-reply-to
Content
I think we need to look seriously at the frame annotations idea discussed in other issues. Eliminating noise from tracebacks and correctly reporting user code rather than infrastructure could should be achievable through local state rather than needing global registries.

The workaround we put in place for importlib is an awful hack, and there's a problem where PEP 3144 allows the creation of exception *trees*, but we can currently only record stacks properly.
History
Date User Action Args
2013-12-29 14:49:55ncoghlansetrecipients: + ncoghlan, vinay.sajip, pitrou, glynnc
2013-12-29 14:49:55ncoghlansetmessageid: <1388328595.08.0.481984514521.issue16778@psf.upfronthosting.co.za>
2013-12-29 14:49:55ncoghlanlinkissue16778 messages
2013-12-29 14:49:54ncoghlancreate