summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-09-18 13:38:37 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-09-18 13:38:37 (GMT)
commit3abf44e48f973d5ffba779471a6c4dab00be2f77 (patch)
tree446c91f3134077bef4f0ff1879ff14744b27990a /Lib/asyncio
parent258f17c96d2537050b9a3a5ae42b5fdaa1e80224 (diff)
downloadcpython-3abf44e48f973d5ffba779471a6c4dab00be2f77.zip
cpython-3abf44e48f973d5ffba779471a6c4dab00be2f77.tar.gz
cpython-3abf44e48f973d5ffba779471a6c4dab00be2f77.tar.bz2
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.
Diffstat (limited to 'Lib/asyncio')
0 files changed, 0 insertions, 0 deletions