[issue29157] random.c: Prefer getrandom() over getentropy(), handle ENOSYS in py_getentropy()

STINNER Victor report at bugs.python.org
Wed Jan 4 12:34:05 EST 2017


STINNER Victor added the comment:

Python 2.7, 3.5, 3.6 and 3.7 are impacted: they should fail on Linux if compiled with a recent glibc which has getentropy().

----------

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


More information about the Python-bugs-list mailing list