STINNER Victor added the comment: "Trying to run the python interpreter in a chroot fails if /dev/urandom is not present."
The workaround is simple: fix your chroot to correctly expose /dev/urandom in the chroot. It's a common and known issue, no? Since the issue is almost dead since 2 years and I don't know if arc4random() is suitable for os.urandom(), I close the issue. If you want to reopen it, please come back with more information on arc4random() security ;-) ---------- resolution: -> out of date status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22542> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com