commit | 41bd02256f5a2348d2de3d6e5fdfcaeb2fcaaebc | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jun 01 06:36:24 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jun 01 06:36:24 2004 +0000 |
tree | 7c27849dbc8f686cde8f37f55002ed4b13255107 | |
parent | 504239fb38da8526bb48cf8b0778fe47e34554e5 [diff] |
SF bug #942952: Weakness in tuple hash (Basic approach and test concept by Tim Peters.) * Improved the hash to reduce collisions. * Added the torture test to the test suite.