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, rpointel, vstinner
Date 2014-10-09.09:49:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412848194.07.0.565421216927.issue22542@psf.upfronthosting.co.za>
In-reply-to
Content
> Hopefully this could then be used as a template for getrandom() when implemented on Linux.

Sorry, what is getrandom()?

Linux 3.17 has a new getrandom() syscall, but the C API is not defined yet (see the issue #22181). OpenBSD 5.6 will have a getentropy() syscall and a gentropy() function in the C libray.

If if you are discussing about an hypothetical function in the C library, it's out of the scope if this bug tracker. Python don't call directly syscalls (ok, there is only one place in _posixsubprocess to avoid a race condition).
History
Date User Action Args
2014-10-09 09:49:54vstinnersetrecipients: + vstinner, alex, rpointel, 700eb415
2014-10-09 09:49:54vstinnersetmessageid: <1412848194.07.0.565421216927.issue22542@psf.upfronthosting.co.za>
2014-10-09 09:49:54vstinnerlinkissue22542 messages
2014-10-09 09:49:53vstinnercreate