Masami HIRATA added the comment:

It seems there is a misunderstanding on my part.

Python v3.3.1 documentation says,
"sys.flags The struct sequence flags exposes the status of command line flags. 
The attributes are read only."

I think that sys.flags.hash_randomization should be always 1 on Python v3.3.1

because the documentation says,
"-R 
Kept for compatibility. On Python 3.3 and greater, hash randomization is turned 
on by default."

----------

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

Reply via email to