commit | dddf4849ec1750ca02d03b9772eff7141ba626f3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 07 11:21:42 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 07 11:21:42 2016 +0200 |
tree | 1add3bb9de96020956ebf0327c163df13af1bb25 | |
parent | 6827fd867b9609c405cd25568aa91df1b0d011b4 [diff] [blame] |
os.urandom() doesn't block on Linux anymore 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.
diff --git a/Misc/ACKS b/Misc/ACKS index 709ce94..02e4821 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -200,6 +200,7 @@ Floris Bruynooghe Matt Bryant Stan Bubrouski +Colm Buckley Erik de Bueger Jan-Hein Bührman Lars Buitinck