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 eitan.adler
Recipients David Carlier, benjamin.peterson, eitan.adler, rhettinger, serhiy.storchaka, vstinner
Date 2018-05-16.07:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526457318.59.0.682650639539.issue33528@psf.upfronthosting.co.za>
In-reply-to
Content
There are few if any valid reasons to make direct use of the syscall from python code. Portable code would have to reimplement most of the logic from `getentropy` in any case. 

What you're usecase for the direct syscall?
History
Date User Action Args
2018-05-16 07:55:18eitan.adlersetrecipients: + eitan.adler, rhettinger, vstinner, benjamin.peterson, serhiy.storchaka, David Carlier
2018-05-16 07:55:18eitan.adlersetmessageid: <1526457318.59.0.682650639539.issue33528@psf.upfronthosting.co.za>
2018-05-16 07:55:18eitan.adlerlinkissue33528 messages
2018-05-16 07:55:18eitan.adlercreate