[Python-Dev] Hashes in Python3.5 for tuples and frozensets (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 17 04:04:24 EDT 2018
- Previous message (by thread): [Python-Dev] Hashes in Python3.5 for tuples and frozensets
- Next message (by thread): [Python-Dev] Hashes in Python3.5 for tuples and frozensets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anthony Flury via Python-Dev wrote:
//I did suggest strongly to the original questioner that relying on the same hash value across different platforms wasn't a clever solution
Even without randomisation, I wouldn't rely on hash values staying the same between different Python versions. Storing them in a database sounds like a really bad idea.
-- Greg
- Previous message (by thread): [Python-Dev] Hashes in Python3.5 for tuples and frozensets
- Next message (by thread): [Python-Dev] Hashes in Python3.5 for tuples and frozensets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]