]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 18 Aug 2021 23:37:53 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 23:37:53 +0000 (00:37 +0100)
commit243b6c3b8fd3144450c477d99f01e31e7c3ebc0f
tree30076138b126411515df582c9979e4da2c49abb9
parentb2f68b190035540872072ac1d2349e7745e85596
bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h