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 iritkatriel
Recipients Aaron.Meurer, iritkatriel
Date 2020-11-04.16:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604506570.72.0.314587406905.issue30384@roundup.psfhosted.org>
In-reply-to
Content
Setting __traceback__ to None is not going to make the exception disappear.  Note that TracebackException does not represent a traceback, it represent an exception (for rendering in tracebacks). So all information of the exception is rendered by TracebackException.format(), not only the exception's traceback.

It's not entirely clear to me what you are trying to do (what is the output you are hoping to get?) but this looks more like a question than a bug report, so I am closing this issue. If this is still relevant, I'd suggest you ask on the python users list or StackOverflow - you are more likely to receive a prompt response there.
History
Date User Action Args
2020-11-04 16:16:10iritkatrielsetrecipients: + iritkatriel, Aaron.Meurer
2020-11-04 16:16:10iritkatrielsetmessageid: <1604506570.72.0.314587406905.issue30384@roundup.psfhosted.org>
2020-11-04 16:16:10iritkatriellinkissue30384 messages
2020-11-04 16:16:10iritkatrielcreate