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 mryan1539, rhettinger, vstinner
Date 2016-04-12.08:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460448236.71.0.526371524245.issue26735@psf.upfronthosting.co.za>
In-reply-to
Content
See also the issue #25003 and the changeset 835085cc28cd:

Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.
History
Date User Action Args
2016-04-12 08:03:56vstinnersetrecipients: + vstinner, rhettinger, mryan1539
2016-04-12 08:03:56vstinnersetmessageid: <1460448236.71.0.526371524245.issue26735@psf.upfronthosting.co.za>
2016-04-12 08:03:56vstinnerlinkissue26735 messages
2016-04-12 08:03:56vstinnercreate