]> granicus.if.org Git - python/commit
Merged revisions 69582-69583 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Feb 2009 14:01:05 +0000 (14:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Feb 2009 14:01:05 +0000 (14:01 +0000)
commit79eee6ba6bfde635bed0992e230d22af2e1e8478
tree3ce70b2a69041b1f80fa0ecd8b47671ba6b520f1
parentb5de0f2f9e1dfbd657ce98ed4e84a0bb15f03c92
Merged revisions 69582-69583 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69582 | antoine.pitrou | 2009-02-13 14:52:33 +0100 (ven., 13 févr. 2009) | 4 lines

  Issue #5186: Reduce hash collisions for objects with no __hash__ method by
  rotating the object pointer by 4 bits to the right.
........
  r69583 | antoine.pitrou | 2009-02-13 14:57:40 +0100 (ven., 13 févr. 2009) | 3 lines

  Fix compiler warning (gcc)
........
Misc/NEWS
Objects/object.c