[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


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



More information about the Python-Dev mailing list