Issue #5186: Reduce hash collisions for objects with no __hash__ method by
commitd2f11059a160fcf3fa6f1b41957f5e51180fdb76
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 13 Feb 2009 13:52:33 +0000 (13 13:52 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 13 Feb 2009 13:52:33 +0000 (13 13:52 +0000)
tree4c77167e802f590d524d493ab4d30f3e0251efb7
parentae19cb0d4908a20647bc9e2290ff2dc4c17dd633
Issue #5186: Reduce hash collisions for objects with no __hash__ method by
rotating the object pointer by 4 bits to the right.

git-svn-id: http://svn.python.org/projects/python/trunk@69582 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/NEWS
Objects/object.c