Message153853
Question: Should sys.flags.hash_randomization be True (1) when PYTHONHASHSEED=0? It is now.
Saying yes "working as intended" is fine by me.
sys.flags.hash_randomization seems to simply indicate that doing something with the hash seed was explicitly specified as opposed to defaulting to off, not that the hash seed was actually chosen randomly.
What this implies for 3.3 after we make hash randomization default to on is that sys.flags.hash_randomization will always be 1. |
|
Date |
User |
Action |
Args |
2012-02-21 06:40:32 | gregory.p.smith | set | recipients:
+ gregory.p.smith, lemburg, gvanrossum, tim.peters, loewis, barry, georg.brandl, terry.reedy, 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-21 06:40:31 | gregory.p.smith | set | messageid: <1329806431.93.0.448943602188.issue13703@psf.upfronthosting.co.za> |
2012-02-21 06:40:31 | gregory.p.smith | link | issue13703 messages |
2012-02-21 06:40:31 | gregory.p.smith | create | |
|