commit | ec721f3305c04b5d136e2d21cb73c5bdfdd81684 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 16 23:53:47 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 16 23:53:47 2016 +0200 |
tree | b931eb1fd826a80a73d27279ea4d9f2a8d095ca5 | |
parent | adef6460d73ce1ab33af9c9ef014aa88f23c6d62 [diff] |
py_getrandom(): use long type for the syscall() result Issue #27278. It should fix a conversion warning. In practice, the Linux kernel doesn't return more than 32 MB per call to the getrandom() syscall.