mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984)
This commit is contained in:
parent
71868a0066
commit
f5c85aa3ee
3 changed files with 3 additions and 18 deletions
|
@ -88,7 +88,6 @@ pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql)
|
|||
}
|
||||
|
||||
self->st = stmt;
|
||||
self->in_use = 0;
|
||||
self->is_dml = is_dml;
|
||||
|
||||
PyObject_GC_Track(self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue