• Victor Stinner's avatar
    os.urandom() now blocks on Linux · e66987e6
    Victor Stinner yazdı
    Issue #27776: The os.urandom() function does now block on Linux 3.17 and newer
    until the system urandom entropy pool is initialized to increase the security.
    
    This change is part of the PEP 524.
    e66987e6
pylifecycle.h 3.82 KB