]> granicus.if.org Git - python/commit
Issue #27776: Cleanup random.c
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Aug 2016 16:46:38 +0000 (18:46 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Aug 2016 16:46:38 +0000 (18:46 +0200)
commit6974cf2c2719a6bf1bc72b60077de6681c09a44f
tree8a2e9ff8b11ba3f20b3507253129a2e103b95f8d
parentcecdd9634b8ca3f0b260681d75cc1fd00a350efd
Issue #27776: Cleanup random.c

Merge dev_urandom_python() and dev_urandom_noraise() functions to reduce code
duplication.
Python/random.c