]> granicus.if.org Git - python/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)
commit380c55cc58911a4777f080744f596d1e96fd2357
treef68d1b5d4e28c98b865ac0a06a965973f40057d8
parent0398985920dcad1fcff0859e18a5911a6c685ff1
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