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

> Attributes __context__, __cause__ and __traceback__ are not pickled. The 
> traceback objects are even not pickleable.


It's not guaranteed that the __cause__ and __context__ are picklable either.

Should we try to pickle them, or should we document this and suggest 
traceback.TracebackException for storing or transmitting exception information?

----------

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

Reply via email to