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 serhiy.storchaka
Recipients berker.peksag, python-dev, rbcollins, serhiy.storchaka
Date 2015-07-25.18:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437850596.64.0.957198047758.issue24710@psf.upfronthosting.co.za>
In-reply-to
Content
We can use from_exception() in __init__ because in both cases first three arguments of TracebackException() are type(e), e, e.__traceback__. Without this change changing from_exception() makes less sense.

Here is a patch.
History
Date User Action Args
2015-07-25 18:56:36serhiy.storchakasetrecipients: + serhiy.storchaka, rbcollins, python-dev, berker.peksag
2015-07-25 18:56:36serhiy.storchakasetmessageid: <1437850596.64.0.957198047758.issue24710@psf.upfronthosting.co.za>
2015-07-25 18:56:36serhiy.storchakalinkissue24710 messages
2015-07-25 18:56:36serhiy.storchakacreate