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

Antoine Pitrou report at bugs.python.org
Tue Dec 19 09:44:02 EST 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

So calling urandom() hangs on your device because there's not enough entropy?  What OS is this running?  Modern Linux, at least, should never block in urandom() (AFAIK).

----------
nosy: +christian.heimes, pitrou
type: behavior -> resource usage
versions: +Python 3.7

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


More information about the Python-bugs-list mailing list