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 terry.reedy
Recipients Chris Barth, JelleZijlstra, Trundle, berker.peksag, serhiy.storchaka, terry.reedy, zaneb
Date 2017-10-17.21:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508275340.03.0.213398074469.issue28603@psf.upfronthosting.co.za>
In-reply-to
Content
As I understand it, the patch amounts to ignoring any custom __eq__ and __hash__ on an Exception class when printing tracebacks and, in effect, using the default id-based versions inherited from object, as is being assumed.  This seems right to me in this context.
History
Date User Action Args
2017-10-17 21:22:20terry.reedysetrecipients: + terry.reedy, Trundle, berker.peksag, serhiy.storchaka, JelleZijlstra, Chris Barth, zaneb
2017-10-17 21:22:20terry.reedysetmessageid: <1508275340.03.0.213398074469.issue28603@psf.upfronthosting.co.za>
2017-10-17 21:22:19terry.reedylinkissue28603 messages
2017-10-17 21:22:19terry.reedycreate