cpython/Modules/_sqlite
Miss Islington (bot) 5d28bb699a
[3.10] bpo-45126: Fix ref. leak in sqlite3.Connection.__init__ (GH-28231). (GH-28298)
(cherry picked from commit aa6dd54d43)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-09-12 21:07:32 -07:00
..
cache.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 2020-02-11 17:46:57 +01:00
cache.h
connection.c [3.10] bpo-45126: Fix ref. leak in sqlite3.Connection.__init__ (GH-28231). (GH-28298) 2021-09-12 21:07:32 -07:00
connection.h
cursor.c bpo-43083: Fix error handling in _sqlite3 (GH-24395) 2021-01-31 08:06:15 -08:00
cursor.h
microprotocols.c bpo-40268: Remove unused structmember.h includes (GH-19530) 2020-04-15 02:35:41 +02:00
microprotocols.h
module.c bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818) 2021-05-02 23:43:06 +01:00
module.h
prepare_protocol.c bpo-39573: Add Py_SET_TYPE() function (GH-18394) 2020-02-07 09:17:07 +01:00
prepare_protocol.h
row.c
row.h
statement.c bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) 2020-09-17 00:57:07 -07:00
statement.h
util.c
util.h