Antoine Pitrou <pit...@free.fr> added the comment:

About this proposal:

> - trim errors raised when executing the code of an imported module (i.e. in 
> _LoaderBasics._load_module())

The exec() could be isolated in a distinctly-named submethod (e.g. 
_exec_module()), so that it is easy to detect it in a traceback.

----------

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

Reply via email to