diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-12 20:28:49 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-12 20:28:49 (GMT) |
commit | 9d24271d86eb45ed569467cc8d6ef0f491778f26 (patch) | |
tree | 6c8a5136e291f8e4c60cbe2e1bda1f8f53432543 /configure.ac | |
parent | c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0 (diff) | |
download | cpython-9d24271d86eb45ed569467cc8d6ef0f491778f26.zip cpython-9d24271d86eb45ed569467cc8d6ef0f491778f26.tar.gz cpython-9d24271d86eb45ed569467cc8d6ef0f491778f26.tar.bz2 |
Fix os.urandom() on Solaris 11.3
Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than
1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per
call.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions