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
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
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
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