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

Robert Boehne report at bugs.python.org
Wed May 8 11:41:39 EDT 2019


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

from pyconfig.h:


/* Define to 1 if the getrandom() function is available */
/* #undef HAVE_GETRANDOM */

/* Define to 1 if the Linux getrandom() syscall is available */
/* #undef HAVE_GETRANDOM_SYSCALL */

/* Define to 1 if you have the <linux/random.h> header file. */
/* #undef HAVE_LINUX_RANDOM_H */

/* Define to 1 if you have the `getentropy' function. */
/* #undef HAVE_GETENTROPY */

----------

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


More information about the Python-bugs-list mailing list