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 pitrou
Recipients Arfrever, amaury.forgeotdarc, brett.cannon, dmalcolm, georg.brandl, gvanrossum, pitrou, r.david.murray
Date 2012-06-25.20:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340657352.93.0.835747706898.issue15110@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-25 20:49:12pitrousetrecipients: + pitrou, gvanrossum, brett.cannon, georg.brandl, amaury.forgeotdarc, Arfrever, r.david.murray, dmalcolm
2012-06-25 20:49:12pitrousetmessageid: <1340657352.93.0.835747706898.issue15110@psf.upfronthosting.co.za>
2012-06-25 20:49:12pitroulinkissue15110 messages
2012-06-25 20:49:12pitroucreate