commit | 85b362f00783cc698ae6d2d08c2c95b88f5143a6 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Apr 11 01:21:00 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Apr 11 01:21:00 2006 +0000 |
tree | 4ed538413ceffb89719d64c91f4ed394fa251c88 | |
parent | 678b8ecd086bd2170675da2681c77093f2f8c967 [diff] |
specials(): squash another incorrect hash(x) == id(x) test. Add some lines that at least invoke the default __hash__, although there's nothing to check there beyond that they don't blow up.