Message 186871 - Python tracker (original) (raw)
But it would seem that setting PYTHONHASHSEED != "random" does disable hash randomization. also, not sure what the semantics of the following is:
$ PYTHONHASHSEED=1 python -R ...
right now, python3 basically ignores -R.