Staging
v0.8.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
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 3.8 KB
python.c -rw-r--r-- 1.9 KB

README

back to top