]> 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)
commit4d6a3d6c01abc468ec85395c58f1a36f6f16560e
tree354169073a71ea73989bad9a7950bf4d3794333d
parent3c6fe4da88869b03d810e870db3997b787ffff3e
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