[issue27776] PEP 524: Make os.urandom() blocking on Linux

STINNER Victor report at bugs.python.org
Tue Aug 16 12:53:02 EDT 2016


STINNER Victor added the comment:

Patch to make os.urandom() blocking on Linux 3.17+, but use non-blocking urandom in _random.Random constructor and _random.Random.seed() with no seed is set.

----------
keywords: +patch
Added file: http://bugs.python.org/file44126/urandom_nonblock.patch

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


More information about the Python-bugs-list mailing list