commit | a87633e59635a659aa7eb733094129c47187f8a3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 01 09:57:26 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 01 09:57:26 2015 +0200 |
tree | ed5a65ef421c5ea3c53b98d4281e9dbda3fc87bb | |
parent | f522bbc9c27d5602b4d0a8287e6f383ba2399f51 [diff] |
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.