Staging
v0.5.1
https://github.com/python/cpython
Revision dddf4849ec1750ca02d03b9772eff7141ba626f3 authored by Victor Stinner on 07 June 2016, 09:21:42 UTC, committed by Victor Stinner on 07 June 2016, 09:21:42 UTC
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.
1 parent 6827fd8
History
Tip revision: dddf4849ec1750ca02d03b9772eff7141ba626f3 authored by Victor Stinner on 07 June 2016, 09:21:42 UTC
os.urandom() doesn't block on Linux anymore
Tip revision: dddf484
File Mode Size
Grammar -rw-r--r-- 6.6 KB

back to top