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 vstinner
Date 2016-06-07.12:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465301174.7.0.6272995241.issue27249@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like in some cases, you do need to know how os.urandom() generates random numbers. On Linux, using getrandom() to read /dev/urandom in blocking mode or reading from /dev/urandom give a different level of security if the urandom entropy pool is not feeded with enough entropy yet. See the issue #26839 for the background.
History
Date User Action Args
2016-06-07 12:06:14vstinnersetrecipients: + vstinner
2016-06-07 12:06:14vstinnersetmessageid: <1465301174.7.0.6272995241.issue27249@psf.upfronthosting.co.za>
2016-06-07 12:06:14vstinnerlinkissue27249 messages
2016-06-07 12:06:14vstinnercreate