]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 21 Sep 2021 11:20:34 +0000 (13:20 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 11:20:34 +0000 (12:20 +0100)
commit050d1035957379d70e8601e6f5636637716a264b
treee6d21a1cc20b46585e1da7433556f8ce5107b594
parentdebd80403721b00423680328d6adf160a28fbff4
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
Lib/sqlite3/test/test_regression.py
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h