This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients 700eb415, alex, anand.jeyahar, christian.heimes, josh.r, neologix, vstinner
Date 2014-10-06.10:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412591041.14.0.343899807465.issue22181@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-06 10:24:01vstinnersetrecipients: + vstinner, christian.heimes, alex, neologix, anand.jeyahar, josh.r, 700eb415
2014-10-06 10:24:01vstinnersetmessageid: <1412591041.14.0.343899807465.issue22181@psf.upfronthosting.co.za>
2014-10-06 10:24:01vstinnerlinkissue22181 messages
2014-10-06 10:24:00vstinnercreate