Message 264267 - Python tracker (original) (raw)

Message264267

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:23 skrah set recipients: + skrah, lemburg, rhettinger, doko, vstinner, matejcik, socketpair, thomas-petazzoni
2016-04-26 12:22:23 skrah set messageid: 1461673343.09.0.548770509332.issue26839@psf.upfronthosting.co.za
2016-04-26 12:22:23 skrah link issue26839 messages
2016-04-26 12:22:22 skrah create