> Whether determinism is fundamentally good or fundamentally bad depends
> heavily on context.

Agreed 100%. Unfortunately in Python, you cannot choose your hashing function 
depending on context.

Also, once you've decided to violate determinism somewhere, it's gone. There is 
no way, in the general case, to bring it back. 

That's why it's important not to violate it willy-nilly in a manner that cannot 
even be prevented by users who _want_ their programs to exhibit deterministic 
behavior.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/TGRZPF6XWOMCBDLA3N3YWUQJJ77UHZKG/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to