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 alex
Recipients Colm Buckley, Lukasa, alex, doko, dstufft, larry, lemburg, martin.panter, matejcik, ned.deily, python-dev, rhettinger, skrah, thomas-petazzoni, vstinner, ztane
Date 2016-06-07.12:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465301115.32.0.280567525443.issue26839@psf.upfronthosting.co.za>
In-reply-to
Content
Repeating what a few other folks have said: the of os.urandom's callers shouldn't have to pay for the hash seed implementation. If Python internally is ok with suboptimal entropy, it should use a different function. Or early-boot Python users should set PYTHONHASHSEED.
History
Date User Action Args
2016-06-07 12:05:15alexsetrecipients: + alex, lemburg, rhettinger, doko, vstinner, larry, matejcik, ned.deily, skrah, python-dev, martin.panter, ztane, dstufft, Lukasa, thomas-petazzoni, Colm Buckley
2016-06-07 12:05:15alexsetmessageid: <1465301115.32.0.280567525443.issue26839@psf.upfronthosting.co.za>
2016-06-07 12:05:15alexlinkissue26839 messages
2016-06-07 12:05:15alexcreate