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 ncoghlan
Recipients martin.panter, ncoghlan, python-dev, vstinner
Date 2016-09-07.03:12:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473217954.81.0.572898891349.issue27778@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I'd missed that Martin was talking about the other way around from #27990.

Yes, I think it's worth documenting that os.getrandom() may raise OSError if the running kernel doesn't provide the syscall - that's going to be pretty easy to trigger by running a container with Python 3.6 on a container host running an older Linux kernel.
History
Date User Action Args
2016-09-07 03:12:34ncoghlansetrecipients: + ncoghlan, vstinner, python-dev, martin.panter
2016-09-07 03:12:34ncoghlansetmessageid: <1473217954.81.0.572898891349.issue27778@psf.upfronthosting.co.za>
2016-09-07 03:12:34ncoghlanlinkissue27778 messages
2016-09-07 03:12:34ncoghlancreate