STINNER Victor <victor.stin...@gmail.com> added the comment:

"PYTHONHASHSEED=0 python3 -R" now enables hash randomization on master (Python 
3.7), I also fixed the sys.flags.hash_randomization value when using 
PYTHONHASHSEED=0.

I chose to not modify the behaviour of the -R option in Python 3.6. I dislike 
having to document a behaviour change in a minor Python version (3.6.x). I only 
fixed the value of sys.flags.hash_randomization in Python 3.6.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32329>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to