]> granicus.if.org Git - python/commit
Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Aug 2016 16:27:44 +0000 (18:27 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Aug 2016 16:27:44 +0000 (18:27 +0200)
commit3ee933f1c34755bb210e23942d22649a0c38bd23
treec4b69c7ac3a36bdf948bfcf1a21d8d5c62a25944
parent6974cf2c2719a6bf1bc72b60077de6681c09a44f
Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error
Python/random.c