STINNER Victor added the comment:

> The RNG is seeded from os.urandom, which as of python 3.5 uses the 
> potentially blocking getrandom() call.

Here is a patch for os.urandom() documentation. What do you think?

----------
keywords: +patch
Added file: http://bugs.python.org/file40816/urandom.patch

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

Reply via email to