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 alexandre.vassalotti, brett.cannon, diekhans, eric.snow, iritkatriel, kakshay, ncoghlan, serhiy.storchaka, tjb900
Date 2022-01-06.16:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641486118.25.0.644914680608.issue29466@roundup.psfhosted.org>
In-reply-to
Content
> 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?
History
Date User Action Args
2022-01-06 16:21:58iritkatrielsetrecipients: + iritkatriel, brett.cannon, ncoghlan, diekhans, alexandre.vassalotti, eric.snow, serhiy.storchaka, tjb900, kakshay
2022-01-06 16:21:58iritkatrielsetmessageid: <1641486118.25.0.644914680608.issue29466@roundup.psfhosted.org>
2022-01-06 16:21:58iritkatriellinkissue29466 messages
2022-01-06 16:21:58iritkatrielcreate