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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.0 KB
README.txt -rw-r--r-- 3.9 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 5.8 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 45.2 KB
license.rst -rw-r--r-- 46.1 KB
make.bat -rw-r--r-- 4.1 KB

README.txt

back to top