]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Tue, 21 Jun 2022 11:30:29 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 11:30:29 +0000 (12:30 +0100)
commit94eeac03dc8c643ff050e7d0d306637d9556f798
tree67841eed2486f1721454385bb67b6d3e2dc8a47f
parent5fcfdd87c9b5066a581d3ccb4b2fede938f343ec
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
Lib/test/test_sqlite3/test_transactions.py
Misc/NEWS.d/next/Library/2022-06-20-23-14-43.gh-issue-94028.UofEcX.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c