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 christian.heimes
Recipients Theodore Tso, christian.heimes, dstufft, larry, martin.panter, ncoghlan, vstinner
Date 2016-06-09.07:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465458082.03.0.124652747325.issue27266@psf.upfronthosting.co.za>
In-reply-to
Content
Can we please stop using the term "low entropy" here. It is wrong and makes my head hurt. "Running out of entropy" is an urban myth. It's about the initialization state of Kernel's internal RNG. The Kernel blocks the syscall as long as it is not confident enough about its RNG. It wants to collect a decent amount of events from different sources until it considers its RNG properly seeded. Once the RNG is seeded, you can pull as many data from the RNG as you like.

It's really block_on_boot_until_kernel_rng_has_been_seeded.
History
Date User Action Args
2016-06-09 07:41:22christian.heimessetrecipients: + christian.heimes, ncoghlan, vstinner, larry, martin.panter, dstufft, Theodore Tso
2016-06-09 07:41:22christian.heimessetmessageid: <1465458082.03.0.124652747325.issue27266@psf.upfronthosting.co.za>
2016-06-09 07:41:22christian.heimeslinkissue27266 messages
2016-06-09 07:41:21christian.heimescreate