[issue25420] "import random" blocks on entropy collection on Linux with low entropy

STINNER Victor report at bugs.python.org
Tue Oct 20 02:08:40 EDT 2015


STINNER Victor added the comment:

I knew the subtle difference between reading from /dev/urandom and
getrandom() syscall: the syscall hangs until /dev/urandom is feeded with
enough entropy. It should be documented in Whats New, os.urandom and maybe
also random doc. Not only python 3.5 was affected by the issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25420>
_______________________________________


More information about the Python-bugs-list mailing list