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 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:59vstinnersetrecipients: + vstinner, lemburg, rhettinger, matejcik, socketpair, thomas-petazzoni
2015-12-23 21:43:58vstinnerlinkissue25420 messages
2015-12-23 21:43:58vstinnercreate