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 rhettinger, serhiy.storchaka
Date 2017-04-19.04:06:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492574812.68.0.423767412651.issue30097@psf.upfronthosting.co.za>
In-reply-to
Content
The initial exception still is linked as __context__. You can write own implementation of traceback.print_exception() that ignores __suppress_context__. Alternatively you can just set __suppress_context__ to False.
History
Date User Action Args
2017-04-19 04:06:52serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2017-04-19 04:06:52serhiy.storchakasetmessageid: <1492574812.68.0.423767412651.issue30097@psf.upfronthosting.co.za>
2017-04-19 04:06:52serhiy.storchakalinkissue30097 messages
2017-04-19 04:06:52serhiy.storchakacreate