Message 256935 - Python tracker (original) (raw)

Message256935

Author vstinner
Recipients lemburg, matejcik, rhettinger, socketpair, thomas-petazzoni, vstinner
Date 2015-12-23.21:43:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb16zn2LA_X6u8aNgr75moCsq47rDbfkoeP2cD8fRoTww@mail.gmail.com>
In-reply-to 1450883736.61.0.650422960755.issue25420@psf.upfronthosting.co.za
Content
getrandom() is used to initialize the randomized hash function. Set PYTHONHASHSEED env var to not use getrandom() at startup. But the hash function will not randomized anymore :-/
History
Date User Action Args
2015-12-23 21:43:59 vstinner set recipients: + vstinner, lemburg, rhettinger, matejcik, socketpair, thomas-petazzoni
2015-12-23 21:43:58 vstinner link issue25420 messages
2015-12-23 21:43:58 vstinner create