| commit | 3abf44e48f973d5ffba779471a6c4dab00be2f77 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 18 15:38:37 2015 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 18 15:38:37 2015 +0200 |
| tree | 446c91f3134077bef4f0ff1879ff14744b27990a | |
| parent | 258f17c96d2537050b9a3a5ae42b5fdaa1e80224 [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.