Message304534
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. |
|
| 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: <[email protected]> |
| 2017-10-17 21:22:19 | terry.reedy | link | issue28603 messages |
| 2017-10-17 21:22:19 | terry.reedy | create | |
|