[issue25003] os.urandom() should call getrandom(2) not getentropy(2) on Solaris 11.3 and newer

STINNER Victor report at bugs.python.org
Fri Sep 18 16:27:04 CEST 2015


STINNER Victor added the comment:

"I have tested your patch with 3.5, and it works fine, although I did have to make a minor change to get test_os to pass.  In test_os.py you had: (...)"

Oh right, I fixed test_os too.

----------

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


More information about the Python-bugs-list mailing list