Message153082
On Fri, Feb 10, 2012 at 6:02 PM, STINNER Victor
> - PYTHONHASHSEED doc is not clear: it should be mentionned
> that the variable is ignored if PYTHONHASHRANDOMIZATION
> is not set
*That* is why this two-envvar solution bothers me.
PYTHONHASHSEED has to be a string anyhow, so why not just get rid of
PYTHONHASHRANDOMIZATION?
Use PYTHONHASHSEED=random to use randomization.
Other values that cannot be turned into an integer will be (currently)
undefined. (You may want to raise a fatal error, on the assumption
that errors should not pass silently.)
A missing PYTHONHASHSEED then has the pleasant interpretation of
defaulting to "0" for backwards compatibility. |
|
Date |
User |
Action |
Args |
2012-02-10 23:49:17 | Jim.Jewett | set | recipients:
+ Jim.Jewett, lemburg, gvanrossum, tim.peters, loewis, barry, 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, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, PaulMcMillan, fx5, skorgu |
2012-02-10 23:49:17 | Jim.Jewett | link | issue13703 messages |
2012-02-10 23:49:16 | Jim.Jewett | create | |
|