]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43269: Clean up sqlite3 file scope (GH-24578)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sun, 21 Feb 2021 00:29:19 +0000 (01:29 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Feb 2021 00:29:19 +0000 (02:29 +0200)
commitbf838a6e7eec2063a17c7c33dfa94afeef116f36
tree4a2354282efb10753e55d977edf34e56e07de428
parentd439fb304ca3098aab1ed0a314996f9d29347b21
bpo-43269: Clean up sqlite3 file scope (GH-24578)
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