Message 267623 - Python tracker

Message267623

Author alex
Recipients Colm Buckley, alex, doko, larry, lemburg, martin.panter, matejcik, ned.deily, python-dev, rhettinger, skrah, thomas-petazzoni, vstinner, ztane
Date 2016-06-07.11:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465298853.42.0.503828063338.issue26839@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't look correct to me. Despite what the Linux maintainers insist, it's a _bug_ that /dev/urandom will return immediately if the system's entropy pool has never been seeded; one of the whole points of the getrandom syscall is that it has the correct behavior (which is the same behavior as BSDs).

IMO the patch landed this morning should be reverted and it should be left as is.
History
Date User Action Args
2016-06-07 11:27:33alexsetrecipients: + alex, lemburg, rhettinger, doko, vstinner, larry, matejcik, ned.deily, skrah, python-dev, martin.panter, ztane, thomas-petazzoni, Colm Buckley
2016-06-07 11:27:33alexsetmessageid: <1465298853.42.0.503828063338.issue26839@psf.upfronthosting.co.za>
2016-06-07 11:27:33alexlinkissue26839 messages
2016-06-07 11:27:33alexcreate