commit | bae2d6203fca3ecaaf9fbc7cee84ad83ddf52dc5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 01 09:47:30 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 01 09:47:30 2015 +0200 |
tree | 495b0afaa05b7c0d235af2e54c70015b16f4d2e3 | |
parent | 87bddbac9d178b549fac830adc76bc8f100b2a47 [diff] |
Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.