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.
V
Victor Stinner committed
78cc2e89687f3f2b7fd404831a6ea19baccf8c81
Parent: 3f18f10