]> granicus.if.org Git - python/commit
Issue #22181: os.urandom() now releases the GIL when the getrandom()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 09:16:40 +0000 (11:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 09:16:40 +0000 (11:16 +0200)
commit79b74aeb20a539cb807aa297dc22eabbb525b892
tree1280b7822fdcb888dc5a3801af351d8f64423651
parenta52f31dfe2c6aaf7477f9ca8b81b7c89c417f68c
Issue #22181: os.urandom() now releases the GIL when the getrandom()
implementation is used.
Python/random.c