[issue22181] os.urandom() should use Linux 3.17 getrandom() syscall

STINNER Victor report at bugs.python.org
Thu Mar 19 13:43:17 CET 2015


STINNER Victor added the comment:

Oh, test_os now fails on Linux because os.urandom() doesn't use a file descriptor anymore. The test should be skipped when getrandom() is used. The test is already skipped when getentropy() is used.

----------
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list