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 Robert Boehne
Recipients Robert Boehne, christian.heimes, jmadden, vstinner
Date 2019-05-08.15:41:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557330099.25.0.50847228164.issue36843@roundup.psfhosted.org>
In-reply-to
Content
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 */
History
Date User Action Args
2019-05-08 15:41:39Robert Boehnesetrecipients: + Robert Boehne, vstinner, christian.heimes, jmadden
2019-05-08 15:41:39Robert Boehnesetmessageid: <1557330099.25.0.50847228164.issue36843@roundup.psfhosted.org>
2019-05-08 15:41:39Robert Boehnelinkissue36843 messages
2019-05-08 15:41:39Robert Boehnecreate