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 matejcik
Recipients matejcik, vstinner
Date 2015-10-19.12:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5624DCCD.8040505@suse.cz>
In-reply-to <1445202553.12.0.050681981834.issue25420@psf.upfronthosting.co.za>
Content
On 18.10.2015 23:09, STINNER Victor wrote:
> Hum ok, so your issue is specific to Linux.

yes, should have specified that, sorry

> Hum, the problem was already fixed some months/years ago: you must attach a RNG virtio device to your VM. Python is just one example, a lot of applications need entropy.

i disagree that this is a good solution; similar to your haveged 
suggestion, this is a workaround.

Unless a program specifically uses randomness, it should not need to 
read any entropy. For the python runtime itself, this is preventable by 
setting fixed PYTHONHASHSEED. For `random` module, there is no clean way 
to prevent it.
History
Date User Action Args
2015-10-19 12:06:33matejciksetrecipients: + matejcik, vstinner
2015-10-19 12:06:33matejciklinkissue25420 messages
2015-10-19 12:06:32matejcikcreate