]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Thu, 23 Jun 2022 10:14:05 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 10:14:05 +0000 (12:14 +0200)
commit89285314bdbd067922d5eb02efd76da07e6fce4e
tree5b946074cec7b08f3f6ad4110015cc43c6a3b6f6
parent11e865c74baa45ac9eda69f2f6af05505fc03ce5
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)

Make sure statements that have run to completion or errored are
reset and cleared off the cursor for all paths in execute() and
executemany().
Modules/_sqlite/cursor.c