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 Decorater, ncoghlan, python-dev, vstinner
Date 2016-08-19.12:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471609983.99.0.195882433044.issue27776@psf.upfronthosting.co.za>
In-reply-to
Content
> _PyOS_URandomNonblock() *can* fail is /dev/urandom is missing or not readable

Oh. It looks like Python initialization currently fails with a fatal error in this case, see _PyRandom_Init().

Maybe we should also fall back on clocks/pid in _PyRandom_Init()?
History
Date User Action Args
2016-08-19 12:33:04vstinnersetrecipients: + vstinner, ncoghlan, python-dev, Decorater
2016-08-19 12:33:03vstinnersetmessageid: <1471609983.99.0.195882433044.issue27776@psf.upfronthosting.co.za>
2016-08-19 12:33:03vstinnerlinkissue27776 messages
2016-08-19 12:33:03vstinnercreate