[issue26839] Python 3.5 running on Linux kernel 3.17+ can block at startup or on importing the random module on getrandom()

Larry Hastings report at bugs.python.org
Wed Jun 8 05:25:08 EDT 2016


Larry Hastings added the comment:

You're right, it's remotely possible that on platforms where /dev/urandom could block, Python startup could therefore also block.  And I'm not proposing we fix that, as so far nobody has reported it as a problem.

This suggests to me that yes I'm talking specifically about the regression on Linux in the 3.5 series.

But honestly it's too late for me to say for sure one way or another.  I need to go to bed.

p.s if we have to slip RC1 by a day or two in order to get this settled, that's okay, but hopefully I can keep final on schedule.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26839>
_______________________________________


More information about the Python-bugs-list mailing list