[issue29877] compileall hangs when accessing urandom even if number of workers is 1

STINNER Victor report at bugs.python.org
Tue Dec 19 17:48:04 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

In kernel logs (look at dmesg), I found two messages:

vstinner at apu$ journalctl -k|grep random
déc. 14 23:10:28 apu kernel: random: fast init done
déc. 14 23:10:32 apu kernel: random: crng init done

Sadly, I don't know which one means that urandom is initialized.

See also https://wiki.archlinux.org/index.php/Random_number_generation

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29877>
_______________________________________


More information about the Python-bugs-list mailing list