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 christian.heimes, martin.panter, ncoghlan, python-dev, vstinner
Date 2016-09-20.21:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474405641.94.0.685184501247.issue27778@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed the fix for the issue #27955, os.urandom() now handles getrandom() failing with EPERM.

@Christian: Thanks for your review, I pushed a change fixing the two issues that you reported (memory leak and inefficient temporarily buffer).

I attached getrandom_errno.patch: a change proposing to document ENOSYS and EPERM. What do you think?
History
Date User Action Args
2016-09-20 21:07:21vstinnersetrecipients: + vstinner, ncoghlan, christian.heimes, python-dev, martin.panter
2016-09-20 21:07:21vstinnersetmessageid: <1474405641.94.0.685184501247.issue27778@psf.upfronthosting.co.za>
2016-09-20 21:07:21vstinnerlinkissue27778 messages
2016-09-20 21:07:21vstinnercreate