Message304534
| 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:20 | terry.reedy | set | recipients: + terry.reedy, Trundle, berker.peksag, serhiy.storchaka, JelleZijlstra, Chris Barth, zaneb |
| 2017-10-17 21:22:20 | terry.reedy | set | messageid: <1508275340.03.0.213398074469.issue28603@psf.upfronthosting.co.za> |
| 2017-10-17 21:22:19 | terry.reedy | link | issue28603 messages |
| 2017-10-17 21:22:19 | terry.reedy | create | |