]> granicus.if.org Git - python/commitdiff
Blocked revisions 64930 via svnmerge
authorBenjamin Peterson <benjamin@python.org>
Sun, 13 Jul 2008 22:19:10 +0000 (22:19 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 13 Jul 2008 22:19:10 +0000 (22:19 +0000)
........
  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).
........


No differences found