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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brett.cannon, georg.brandl, gvanrossum, r.david.murray
Date 2012-06-25.20:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340655410.99.0.874679737629.issue15110@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which removes "<frozen importlib._bootstrap>" frames from tracebacks.  Tests are missing, but this gives good result on the few samples I tried.
"python -v" does not suppress importlib frames.
History
Date User Action Args
2012-06-25 20:16:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, brett.cannon, georg.brandl, r.david.murray
2012-06-25 20:16:50amaury.forgeotdarcsetmessageid: <1340655410.99.0.874679737629.issue15110@psf.upfronthosting.co.za>
2012-06-25 20:16:50amaury.forgeotdarclinkissue15110 messages
2012-06-25 20:16:50amaury.forgeotdarccreate