SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 46 Python

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.
V
Victor Stinner committed
bae2d6203fca3ecaaf9fbc7cee84ad83ddf52dc5
Parent: 87bddba