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 700eb415, alex, rpointel, vstinner
Date 2014-11-28.22:59:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417215569.61.0.596966951325.issue22585@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch using getentropy() if available. I tested it on OpenBSD 5.6 (the only OS implementing this function...).

The patch prepares also random.c to support Linux getrandom(): issue #22181.
History
Date User Action Args
2014-11-28 22:59:29vstinnersetrecipients: + vstinner, alex, rpointel, 700eb415
2014-11-28 22:59:29vstinnersetmessageid: <1417215569.61.0.596966951325.issue22585@psf.upfronthosting.co.za>
2014-11-28 22:59:29vstinnerlinkissue22585 messages
2014-11-28 22:59:29vstinnercreate