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 dstufft
Recipients Lukasa, Theodore Tso, christian.heimes, dstufft, larry, lemburg, martin.panter, ncoghlan, vstinner
Date 2016-06-09.11:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465471128.84.0.405231087298.issue27266@psf.upfronthosting.co.za>
In-reply-to
Content
Having os.urandom raise an error instead of blocking is OK with me. It turns an implicit error into an explicit one. However, I prefer to have it block until it has initialized it's entropy pool because that makes Linux behave similarly to all of the other major, modern OSs instead of making Linux continue to be a weird edge case.
History
Date User Action Args
2016-06-09 11:18:48dstufftsetrecipients: + dstufft, lemburg, ncoghlan, vstinner, larry, christian.heimes, martin.panter, Lukasa, Theodore Tso
2016-06-09 11:18:48dstufftsetmessageid: <1465471128.84.0.405231087298.issue27266@psf.upfronthosting.co.za>
2016-06-09 11:18:48dstufftlinkissue27266 messages
2016-06-09 11:18:48dstufftcreate