Re: [Python-Dev] Hashes in Python3.5 for tuples and frozensets

2018年5月17日 01:07:08 -0700

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
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to