]> granicus.if.org Git - python/commit
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 21 Dec 2014 00:16:38 +0000 (01:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 21 Dec 2014 00:16:38 +0000 (01:16 +0100)
commitfe02e3902920181b76e7e7a9c761209b7ddb1be1
tree6dc0382c3faae561c2ccd1d2cd38fcbd0f4c3b99
parent94cb7a24298ee0a4d6a3bb6b8ae80a7729e9f788
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
instead of reading /dev/urandom, to get pseudo-random bytes.
Lib/test/test_os.py
Misc/NEWS
Python/random.c
configure
configure.ac
pyconfig.h.in