[issue36843] AIX build fails with failure to get random numbers

Robert Boehne report at bugs.python.org
Wed May 8 15:09:55 EDT 2019


Robert Boehne <rboehne at gmail.com> added the comment:

The call to open("/dev/urandom", flags) is returning -1, and errno is set to 22, EINVAL - Invalid argument.  could the flags be set incorrectly?

----------

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


More information about the Python-bugs-list mailing list