]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Wed, 8 Jun 2022 10:43:54 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 10:43:54 +0000 (12:43 +0200)
commit875de61c296604f3a3a51e9d76355e0f1a24c6af
tree6546149ce452070ea70e9f09ad1ca8c06213c1b0
parent5849af7a80166e9e82040e082f22772bd7cf3061
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2022-06-05-22-22-42.gh-issue-93421.43UO_8.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c