]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Fri, 4 Jun 2021 20:42:20 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 20:42:20 +0000 (21:42 +0100)
commit7459208de194db6222d7e3aa301c2b831dbe566d
treefd4c04952bdb804c2a2bf739123b5e658a6f08b1
parent006fd869e4798b68e266f5de89c83ddb531a756b
bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/util.c
Modules/_sqlite/util.h