[issue17708] sys.flags.hash_randomization doesn't return correct value

Stephen Tu report at bugs.python.org
Sun Apr 14 02:56:57 CEST 2013


Stephen Tu added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17708>
_______________________________________


More information about the Python-bugs-list mailing list