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 2020-11-26.17:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606411660.23.0.585608987358.issue42474@roundup.psfhosted.org>
In-reply-to
Content
Currently there are no tests for comparison between non-equal instances of traceback.TracebackException, so changing it's __eq__ to return True instead of self.__dict__ == other.__dict__ would not break any tests.
History
Date User Action Args
2020-11-26 17:27:40iritkatrielsetrecipients: + iritkatriel
2020-11-26 17:27:40iritkatrielsetmessageid: <1606411660.23.0.585608987358.issue42474@roundup.psfhosted.org>
2020-11-26 17:27:40iritkatriellinkissue42474 messages
2020-11-26 17:27:40iritkatrielcreate