This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-12-15.00:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513298580.6.0.213398074469.issue32329@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2017-12-15 00:43:00vstinnersetrecipients: + vstinner
2017-12-15 00:43:00vstinnersetmessageid: <1513298580.6.0.213398074469.issue32329@psf.upfronthosting.co.za>
2017-12-15 00:43:00vstinnerlinkissue32329 messages
2017-12-15 00:43:00vstinnercreate