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.19:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557342595.87.0.579918099913.issue36843@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-05-08 19:09:55Robert Boehnesetrecipients: + Robert Boehne, vstinner, christian.heimes, jmadden
2019-05-08 19:09:55Robert Boehnesetmessageid: <1557342595.87.0.579918099913.issue36843@roundup.psfhosted.org>
2019-05-08 19:09:55Robert Boehnelinkissue36843 messages
2019-05-08 19:09:55Robert Boehnecreate