]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #942952: Weakness in tuple hash
authorRaymond Hettinger <python@rcn.com>
Tue, 1 Jun 2004 06:36:24 +0000 (06:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 1 Jun 2004 06:36:24 +0000 (06:36 +0000)
commit41bd02256f5a2348d2de3d6e5fdfcaeb2fcaaebc
tree7c27849dbc8f686cde8f37f55002ed4b13255107
parent504239fb38da8526bb48cf8b0778fe47e34554e5
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.
Lib/test/test_tuple.py
Misc/NEWS
Objects/tupleobject.c