]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Mon, 27 Jun 2022 07:58:56 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jun 2022 07:58:56 +0000 (09:58 +0200)
commitf5c85aa3eea1adf0c61089583e2251282a316ec1
tree21bc9ca5c5475c9d43e7f7e3a473fe91c8845d80
parent71868a0066a90519ccc6aeb75673ae882aaa03f0
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984)
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h