]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 07:57:26 +0000 (09:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 07:57:26 +0000 (09:57 +0200)
commita87633e59635a659aa7eb733094129c47187f8a3
treeed5a65ef421c5ea3c53b98d4281e9dbda3fc87bb
parentf522bbc9c27d5602b4d0a8287e6f383ba2399f51
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
getentropy() is blocking, whereas os.urandom() should not block. getentropy()
is supported since Solaris 11.3.
Misc/NEWS
Python/random.c