[Python-3000-checkins] r64933 - python/branches/py3k

benjamin.peterson python-3000-checkins at python.org
Mon Jul 14 00:19:10 CEST 2008


Author: benjamin.peterson
Date: Mon Jul 14 00:19:10 2008
New Revision: 64933

Log:
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).
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-3000-checkins mailing list