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 rhettinger
Recipients iritkatriel, rhettinger, yonghengzero
Date 2021-09-06.16:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630946431.48.0.244398360687.issue45112@roundup.psfhosted.org>
In-reply-to
Content
It would be nice if exception pickling was more friendly to subclasses.  Perhaps, the default should be to store and restore all state including args and a __dict__ if any.
History
Date User Action Args
2021-09-06 16:40:31rhettingersetrecipients: + rhettinger, iritkatriel, yonghengzero
2021-09-06 16:40:31rhettingersetmessageid: <1630946431.48.0.244398360687.issue45112@roundup.psfhosted.org>
2021-09-06 16:40:31rhettingerlinkissue45112 messages
2021-09-06 16:40:31rhettingercreate