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 vstinner
Recipients Robert Boehne, christian.heimes, jmadden, vstinner
Date 2019-05-10.21:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557523725.76.0.986685270555.issue36843@roundup.psfhosted.org>
In-reply-to
Content
> open O_RDONLY failed

Ah. That sounds like an issue on your machine or specific to AIX. I don't see what Python can do to support a platform where /dev/urandom doesn't work. Python really needs /dev/urandom at startup to initialize its "hash secret" to reduce the risk of DoS attack attack against dict.

https://python-security.readthedocs.io/vuln/cve-2012-1150_hash_dos.html

Maybe it's a permission issue. Maybe a libc issue. I don't know. But I suggest to close the issue and try to find help from AIX instead.
History
Date User Action Args
2019-05-10 21:28:45vstinnersetrecipients: + vstinner, christian.heimes, jmadden, Robert Boehne
2019-05-10 21:28:45vstinnersetmessageid: <1557523725.76.0.986685270555.issue36843@roundup.psfhosted.org>
2019-05-10 21:28:45vstinnerlinkissue36843 messages
2019-05-10 21:28:45vstinnercreate