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.
Showing
Please register or sign in to comment
getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3.