diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-18 14:39:33 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-18 14:39:33 +0100 |
commit | 59f7fb29ec151ab64ace5056ab46cf8127a6dac2 (patch) | |
tree | 3374b848d6346e5ce6ba314d4dd294dad39f567d /Python/bltinmodule.c | |
parent | 072248ec637a123dc348e6c1ffe075f85785111a (diff) | |
download | cpython-git-59f7fb29ec151ab64ace5056ab46cf8127a6dac2.tar.gz |
Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if
available, syscall introduced in the Linux kernel 3.17. It is more reliable
and more secure, because it avoids the need of a file descriptor and waits
until the kernel has enough entropy.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions