mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
gh-92206: Improve scoping of sqlite3 statement helper (#92260)
This commit is contained in:
parent
27e3665715
commit
6b7dcc5607
3 changed files with 8 additions and 9 deletions
|
@ -116,11 +116,6 @@ error:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
void pysqlite_statement_mark_dirty(pysqlite_Statement* self)
|
||||
{
|
||||
self->in_use = 1;
|
||||
}
|
||||
|
||||
static void
|
||||
stmt_dealloc(pysqlite_Statement *self)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue