[issue33528] os.getentropy support

Eitan Adler report at bugs.python.org
Wed May 16 03:55:18 EDT 2018


Eitan Adler <lists at eitanadler.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33528>
_______________________________________


More information about the Python-bugs-list mailing list