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

STINNER Victor report at bugs.python.org
Fri Jan 6 05:43:23 EST 2017


STINNER Victor added the comment:

Thanks Nick and Xiang for the review. I splitted again the giant change into small atomic changes, easier to review and understand.

Right now, I only applied the change to default (Python 3.7). I will now wait for buildbots before considering backporting the change.

----------

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


More information about the Python-bugs-list mailing list