commit | 79eee6ba6bfde635bed0992e230d22af2e1e8478 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 13 14:01:05 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 13 14:01:05 2009 +0000 |
tree | 3ce70b2a69041b1f80fa0ecd8b47671ba6b520f1 | |
parent | b5de0f2f9e1dfbd657ce98ed4e84a0bb15f03c92 [diff] |
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) ........