]> granicus.if.org Git - python/commit
Cleanup random.c
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Sep 2016 20:26:18 +0000 (22:26 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Sep 2016 20:26:18 +0000 (22:26 +0200)
commitaf59732102e98c9a26b7530e9138c8a63c6495d8
tree0e5d679c77a6b4b8a746099288b5577d9e77378a
parenta327331ceca9ff91f0a5f77b8de30d50bd9b164b
Cleanup random.c

Issue #27955: modify py_getrnadom() and dev_urandom()

* Add comments from Python 3.7
* PEP 7 style: add {...}
Python/random.c