STINNER Victor <vstin...@redhat.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to