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

STINNER Victor report at bugs.python.org
Thu Jan 5 06:13:29 EST 2017


STINNER Victor added the comment:

Nick: Thanks for the review!

Since random.c is critical for security, I would prefer to have at least a review from another core developer. I added Serhiy and Xiang in the nosy list. I'm also looking at you, Christian! ;-) (Christian reused random.c code in the pycrytography project.)

----------
nosy: +serhiy.storchaka, xiang.zhang

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


More information about the Python-bugs-list mailing list