]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15340: Fix importing the random module when /dev/urandom cannot be opened.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Sep 2012 21:49:07 +0000 (23:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Sep 2012 21:49:07 +0000 (23:49 +0200)
commit7ff1822ec729fc389786683af886ea2f2b13cfbf
tree3a42b59a10a98551539b063ef5bd6d2b720c8681
parent5f381210c464b044b5d1d931db08d68ce04038e4
Issue #15340: Fix importing the random module when /dev/urandom cannot be opened.
This was a regression caused by the hash randomization patch.
Misc/NEWS
Python/random.c