]> granicus.if.org Git - python/commit
Issue #23115: os.urandom() now releases the GIL when the getentropy() is used
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 09:22:13 +0000 (11:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 09:22:13 +0000 (11:22 +0200)
commite9932451ae954dbba7fb54deaf3641293021c9a1
tree271febe7e4c5f571c6faeecd99f4ba555b793d16
parent96d80129643a72ea08a4f563054b7c3506b3af0d
Issue #23115: os.urandom() now releases the GIL when the getentropy() is used
(OpenBSD 5.6+).
Python/random.c