Message152311
> What about PYTHONHASHSEED= -> off, PYTHONHASHSEED=0 -> random,
> PYTHONHASHSEED=n -> n ? I agree with Jim that it's better to have one
> env. variable than two.
Rather than the "" empty string for off I suggest an explicit string
that makes it clear what the meaning is. PYTHONHASHSEED="disabled"
perhaps.
Agreed, if we can have a single env var that is preferred. It is more
obvious that the PYTHONHASHSEED env var. has no effect when it is set
to a special value rather than when it is set to something but it is
configured to be ignored by a _different_ env var. |
|
Date |
User |
Action |
Args |
2012-01-30 07:45:49 | 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, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, Jim.Jewett, PaulMcMillan, fx5, skorgu |
2012-01-30 07:45:49 | gregory.p.smith | link | issue13703 messages |
2012-01-30 07:45:49 | gregory.p.smith | create | |
|