]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 May 2021 18:08:39 +0000 (11:08 -0700)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 18:08:39 +0000 (11:08 -0700)
commite8d9df0089e30a06d837fa2cfbd070e01531701f
tree64d719076320ec6169c2c649cfeac93189c8bf6b
parent05f8ad0c745016cd8b5bdbda4336688b80f45fd7
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)

(cherry picked from commit d3c277a59c3d93fb92f7026f63678083d1d49fc5)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Modules/_sqlite/cache.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/prepare_protocol.c
Modules/_sqlite/row.c
Modules/_sqlite/statement.c