]> granicus.if.org Git - python/commit
Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 22:24:45 +0000 (23:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 22:24:45 +0000 (23:24 +0100)
commitc7cd12da6062e19625cfef38aa25ed58a6109fa1
tree53be9c5c6c3980b0d13482b115c9b3ae0d4ab1d0
parent66aab0c4b5b6b328aebc115f96275e7dcd114f8b
Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before
opening /dev/urandom.
Python/random.c