• Victor Stinner's avatar
    Fix os.urandom() on Solaris 11.3 · 9d24271d
    Victor Stinner yazdı
    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.
    9d24271d
random.c 11.2 KB