]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sun, 6 Jun 2021 22:12:07 +0000 (00:12 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jun 2021 22:12:07 +0000 (23:12 +0100)
commit0d12f245523178eb62e22f5da5a276bfc7004ac4
tree28c1c1633f468526180f61a253e6c776e904a675
parent505624e917a2d3d845304f8d34fccd41f06d4720
bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)

* Remove unused db member of pysqlite_Statement

* Remove unused sql method from statement object
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h