From: Brett Cannon Date: Fri, 4 Feb 2011 20:29:59 +0000 (+0000) Subject: Blocked revisions 88337 via svnmerge X-Git-Tag: v2.7.2rc1~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67b8d9ec6aa7012f1d29855ed793302403fdf87b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 88337 via svnmerge ........ r88337 | brett.cannon | 2011-02-04 12:24:02 -0800 (Fri, 04 Feb 2011) | 5 lines There was a possibility that the initialization of _sqlite, when it failed, would lead to a decref of a NULL. Fixes issue #11110. ........ ---