This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Improved hash for tuples
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger, ygale
Priority: normal Keywords: patch

Created on 2004-05-19 23:06 by ygale, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tupleobject.c.diff ygale, 2004-05-19 23:06 Patches hash in tupleobject.c
tuple_hash_tests.py ygale, 2004-05-19 23:08 Unit tests for new tuple hash function
Messages (2)
msg46011 - (view) Author: Yitz Gale (ygale) Date: 2004-05-19 23:06
See bug #942952.
msg46012 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-06-01 06:50
Logged In: YES 
user_id=80475

Thanks for the patch.

In the end, I adopted a minor (cheaper) variation of Tim's
proposal.  
It gets the job done without having to trying to achieve
encryption 
grade hashing.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40272
2004-05-19 23:06:46ygalecreate