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 gvanrossum, pitrou, python-dev, vstinner
Date 2013-12-20.01:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387501766.52.0.762073937439.issue19967@psf.upfronthosting.co.za>
In-reply-to
Content
I think this patch is bad and should be reverted. It always calls traceback.format_exception() which is an expensive operation, while the _TracebackLogger takes care to call it only when necessary.
History
Date User Action Args
2013-12-20 01:09:26pitrousetrecipients: + pitrou, gvanrossum, vstinner, python-dev
2013-12-20 01:09:26pitrousetmessageid: <1387501766.52.0.762073937439.issue19967@psf.upfronthosting.co.za>
2013-12-20 01:09:26pitroulinkissue19967 messages
2013-12-20 01:09:25pitroucreate