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 barry
Recipients Arach, Arfrever, Huzaifa.Sidhpurwala, Jim.Jewett, Mark.Shannon, PaulMcMillan, Zhiping.Deng, alex, barry, benjamin.peterson, christian.heimes, dmalcolm, eric.araujo, eric.snow, fx5, georg.brandl, grahamd, gregory.p.smith, gvanrossum, gz, jcea, lemburg, loewis, mark.dickinson, neologix, pitrou, python-dev, skorgu, skrah, terry.reedy, tim.peters, v+python, vstinner, zbysz
Date 2012-02-22.17:46:48
SpamBayes Score 0.00016721615
Marked as misclassified No
Message-id <1329932809.36.0.417875487075.issue13703@psf.upfronthosting.co.za>
In-reply-to
Content
I have to amend my suggestion about sys.flags.hash_randomization.  It needs to be non-zero even if $PYTHONHASHSEED is given instead of -R.  Many other flags that also have envars work the same way, e.g. -O and $PYTHONOPTIMIZE.  So hash_randomization has to work the same way.

I'll still work on a patch for exposing the seed in sys.
History
Date User Action Args
2012-02-22 17:46:49barrysetrecipients: + barry, lemburg, gvanrossum, tim.peters, loewis, georg.brandl, terry.reedy, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, benjamin.peterson, eric.araujo, grahamd, Arfrever, v+python, alex, zbysz, skrah, dmalcolm, gz, neologix, Arach, Mark.Shannon, python-dev, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, Jim.Jewett, PaulMcMillan, fx5, skorgu
2012-02-22 17:46:49barrysetmessageid: <1329932809.36.0.417875487075.issue13703@psf.upfronthosting.co.za>
2012-02-22 17:46:48barrylinkissue13703 messages
2012-02-22 17:46:48barrycreate