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 iritkatriel
Date 2021-01-09.19:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610219460.26.0.944321944788.issue42877@roundup.psfhosted.org>
In-reply-to
Content
TracebackException saves both __cause__ and __context__ even though format() ignores the __context__ if there is __cause__.

If we change the constructor to save only what format() needs, it will save space and simplify the code.
History
Date User Action Args
2021-01-09 19:11:00iritkatrielsetrecipients: + iritkatriel
2021-01-09 19:11:00iritkatrielsetmessageid: <1610219460.26.0.944321944788.issue42877@roundup.psfhosted.org>
2021-01-09 19:11:00iritkatriellinkissue42877 messages
2021-01-09 19:11:00iritkatrielcreate