]> 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)
commite299cae230cc5c8d20c9ed0cb478427984995348
treecc60a6231bf6248297c8ec4a8231786034047461
parentbc71f2cf98fc86d39768275cfb9408195fd47c09
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