]> 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:59:32 +0000 (09:59 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 07:59:32 +0000 (09:59 +0200)
commit78cc2e89687f3f2b7fd404831a6ea19baccf8c81
treeb4f84e00e29f873b5cc2405d0cf0fb4a7a172045
parent3f18f10f39a55963e63d544382f0e17668ed97e8
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