[issue22181] os.urandom() should use Linux 3.17 getrandom() syscall

STINNER Victor report at bugs.python.org
Mon Oct 6 12:24:01 CEST 2014


STINNER Victor added the comment:

The Linux kernel 3.17 has been released with the new getrandom() syscall.

glibc request to implement the function in the C library:
https://sourceware.org/bugzilla/show_bug.cgi?id=17252
"Bug 17252 - getrandom and getentropy syscall"

It looks like nobody asks for it on the libc-alpha mailing list yet.

----------

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


More information about the Python-bugs-list mailing list