]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #800796: Difference between hash() and __hash__()
authorRaymond Hettinger <python@rcn.com>
Fri, 5 Sep 2003 14:38:30 +0000 (14:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 5 Sep 2003 14:38:30 +0000 (14:38 +0000)
commit046595e496678e65e88905f64072256c4b716f2f
tree10b022998f1532eb6cf4900b7092286d13460e78
parent41add1706d2c41ad0b41b689dc40322b042e1a4c
SF bug #800796:  Difference between hash() and __hash__()

slice(5).__hash__() now raises a TypeError.
Misc/NEWS
Objects/sliceobject.c