SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 95 Python

Fix os.urandom() on Solaris 11.3

Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than
1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per
call.
V
Victor Stinner committed
9d24271d86eb45ed569467cc8d6ef0f491778f26
Parent: c6ec54d