Irit Katriel <iritkatr...@yahoo.com> added the comment:

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.

----------
nosy: +iritkatriel
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to