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 benjamin.peterson, gregory.p.smith, jnoller, jon, kristjan.jonsson, pitrou, r.david.murray
Date 2009-10-24.12:59:49
SpamBayes Score 0.34433424
Marked as misclassified No
Message-id <1256389191.28.0.849630741696.issue7060@psf.upfronthosting.co.za>
In-reply-to
Content
Kristján:
> So, can one just clear the __traceback__ member?

Yes, or use `exc_value.with_traceback(None)`.
History
Date User Action Args
2009-10-24 12:59:51pitrousetrecipients: + pitrou, gregory.p.smith, kristjan.jonsson, jon, benjamin.peterson, jnoller, r.david.murray
2009-10-24 12:59:51pitrousetmessageid: <1256389191.28.0.849630741696.issue7060@psf.upfronthosting.co.za>
2009-10-24 12:59:50pitroulinkissue7060 messages
2009-10-24 12:59:50pitroucreate