[issue25003] os.urandom() should call getrandom(2) not getentropy(2)

STINNER Victor report at bugs.python.org
Mon Sep 7 23:54:51 CEST 2015


STINNER Victor added the comment:

Attached patch (for Python 3.4) removes code to use getentropy() in os.urandom().

----------
keywords: +patch
Added file: http://bugs.python.org/file40397/remove_get_entropy.patch

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


More information about the Python-bugs-list mailing list