]> granicus.if.org Git - python/commit
specials(): squash another incorrect hash(x) == id(x)
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Apr 2006 01:21:00 +0000 (01:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Apr 2006 01:21:00 +0000 (01:21 +0000)
commit85b362f00783cc698ae6d2d08c2c95b88f5143a6
tree4ed538413ceffb89719d64c91f4ed394fa251c88
parent678b8ecd086bd2170675da2681c77093f2f8c967
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.
Lib/test/test_descr.py