[issue26839] Python 3.5 running on Linux kernel 3.17+ can block at startup or on importing the random module on getrandom()

STINNER Victor report at bugs.python.org
Fri May 13 19:24:10 EDT 2016


STINNER Victor added the comment:

Please elaborate the comment in the patch:

- explain that the RNG is not initialized yet with enough entropy
- add a referénce to this issue
- explain that it's a deliberate choice to use weak (non initialized) RNG
for practical reasons

----------

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


More information about the Python-bugs-list mailing list