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 skrah
Recipients doko, lemburg, matejcik, rhettinger, skrah, socketpair, thomas-petazzoni, vstinner
Date 2016-04-26.12:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461673343.09.0.548770509332.issue26839@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. Why does os.urandom(), which should explicitly not block, use a blocking getrandom() function?

This is quite unexpected on Linux.
History
Date User Action Args
2016-04-26 12:22:23skrahsetrecipients: + skrah, lemburg, rhettinger, doko, vstinner, matejcik, socketpair, thomas-petazzoni
2016-04-26 12:22:23skrahsetmessageid: <1461673343.09.0.548770509332.issue26839@psf.upfronthosting.co.za>
2016-04-26 12:22:23skrahlinkissue26839 messages
2016-04-26 12:22:22skrahcreate