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 dstufft
Recipients alex, dstufft, ezio.melotti, neologix, pitrou, rhettinger, tim.peters
Date 2014-05-11.02:02:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399773767.93.0.419262205717.issue21470@psf.upfronthosting.co.za>
In-reply-to
Content
"Depleting the entropy pool" is sort of a nonsense idea that /dev/random has. Nobody should ever be worried about it and nobody should ever use /dev/random. The manpage is wrong and has continued to be wrong because of historical reasons and the people involved not wanting to admit a wart.

Anything that relies on /dev/random isn't well written and is going to randomly block for bad reasons. We can pull as many bytes as we want off /dev/urandom and just forget that /dev/random or /proc/sys/kernel/random/entropy_avail even exists.
History
Date User Action Args
2014-05-11 02:02:47dstufftsetrecipients: + dstufft, tim.peters, rhettinger, pitrou, ezio.melotti, alex, neologix
2014-05-11 02:02:47dstufftsetmessageid: <1399773767.93.0.419262205717.issue21470@psf.upfronthosting.co.za>
2014-05-11 02:02:47dstufftlinkissue21470 messages
2014-05-11 02:02:47dstufftcreate