]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 1 Oct 2020 13:24:31 +0000 (15:24 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 13:24:31 +0000 (15:24 +0200)
commit9031bd4fa42dbb0f25aee9286154ad4bf60df3f8
treeec8661b20d139b51b2d60e512502cbbe804d36a0
parentfa7ce080175f65d678a7d5756c94f82887fc9803
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
Modules/_sqlite/cache.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/module.c
Modules/_sqlite/prepare_protocol.c
Modules/_sqlite/row.c
Modules/_sqlite/row.h
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h