]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44165: pysqlite_statement_create now returns a Py object, not an int (GH-26484)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 2 Jun 2021 13:22:15 +0000 (15:22 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 13:22:15 +0000 (14:22 +0100)
commitfbf25b8c0dd1e62db59117d53bbd2d4131a06867
tree579b89baa44cc5792b23c29b49d40bbe6ebe90c6
parent7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f
bpo-44165: pysqlite_statement_create now returns a Py object, not an int (GH-26484)

GH-26206 was broken by GH-26475.
Modules/_sqlite/statement.c