cpython/Modules/_sqlite
Brett Cannon f7ef4de3d5 Merged revisions 88337 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  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.
........
2011-02-04 20:30:30 +00:00
..
cache.c
cache.h
connection.c Merged revisions 80349 via svnmerge from 2010-04-22 11:24:50 +00:00
connection.h
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c Merged revisions 88337 via svnmerge from 2011-02-04 20:30:30 +00:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
sqlitecompat.h
statement.c
statement.h
util.c
util.h