New submission from STINNER Victor:

It seems like in some cases, you do need to know how os.urandom() generates 
random numbers. On Linux, using getrandom() to read /dev/urandom in blocking 
mode or reading from /dev/urandom give a different level of security if the 
urandom entropy pool is not feeded with enough entropy yet. See the issue 
#26839 for the background.

----------
messages: 267641
nosy: haypo
priority: normal
severity: normal
status: open
title: Add os.urandom_info
versions: Python 3.6

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

Reply via email to