• Victor Stinner's avatar
    os.urandom() doesn't block on Linux anymore · dddf4849
    Victor Stinner yazdı
    Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK
    to fall back on reading /dev/urandom if the urandom entropy pool is not
    initialized yet. Patch written by Colm Buckley.
    dddf4849
pyconfig.h.in 40.9 KB