[issue26839] python always calls getrandom() at start, causing long hang after boot

Stefan Krah report at bugs.python.org
Tue Apr 26 08:22:23 EDT 2016


Stefan Krah added the comment:

Hmm. Why does os.urandom(), which should explicitly not block, use a blocking getrandom() function?

This is quite unexpected on Linux.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list