Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16778>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to