• Victor Stinner's avatar
    Don't use getentropy() on Linux · 01bdbad3
    Victor Stinner yazdı
    Issue #29188: Support glibc 2.24 on Linux: don't use getentropy() function but
    read from /dev/urandom to get random bytes, for example in os.urandom().  On
    Linux, getentropy() is implemented which getrandom() is blocking mode, whereas
    os.urandom() should not block.
    01bdbad3
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 454 KB