From: Benjamin Peterson Date: Sun, 13 Jul 2008 22:19:10 +0000 (+0000) Subject: Blocked revisions 64930 via svnmerge X-Git-Tag: v3.0b2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=343bca613e83ce4a84f99478efffbab609d7e107;p=python Blocked revisions 64930 via svnmerge ........ r64930 | alexandre.vassalotti | 2008-07-13 16:47:59 -0500 (Sun, 13 Jul 2008) | 3 lines Issue #3153: sqlite leaks on error. Changed statements of the form Py_DECREF(obj), obj = 0 to Py_CLEAR(obj). ........ ---