[issue27249] Add os.urandom_info

STINNER Victor report at bugs.python.org
Wed Jun 8 18:33:02 EDT 2016


STINNER Victor added the comment:

The current trend in the random discussion (see https://haypo-notes.readthedocs.io/pep_random.html and the issue #26839) is more to use weak entropy to start Python (hash seed and random constructor) and os.urandom() blocks until the kernel collected enough entropy. In this case, such information is no more needed. So I close this issue, superseded by the issue #27266.

----------
resolution:  -> postponed
status: open -> closed
superseder:  -> Always use getrandom() in os.random() on Linux and add block=False parameter to os.urandom()

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


More information about the Python-bugs-list mailing list