STINNER Victor added the comment: > We usually wait until syscalls are generally available in common distros and > have bindings in glibc. It makes it easier to test the feature.
Usually, yeah. os.urandom() uses syscall() to use the new getrandom() of Linux since it's still not exposed in the GNU libc... https://sourceware.org/bugzilla/show_bug.cgi?id=17252 Status: NEW ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26826> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com