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 Arfrever, amaury.forgeotdarc, brett.cannon, georg.brandl, gvanrossum, pitrou, r.david.murray
Date 2012-06-25.20:26:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340655961.89.0.464682556634.issue15110@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to do it in importlib, with code like 
    raise original_exception.with_traceback(trimmed_traceback)
but the function containing this very line would always be part of the displayed stack trace.
History
Date User Action Args
2012-06-25 20:26:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, brett.cannon, georg.brandl, pitrou, Arfrever, r.david.murray
2012-06-25 20:26:01amaury.forgeotdarcsetmessageid: <1340655961.89.0.464682556634.issue15110@psf.upfronthosting.co.za>
2012-06-25 20:26:01amaury.forgeotdarclinkissue15110 messages
2012-06-25 20:26:01amaury.forgeotdarccreate