mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -39,8 +39,6 @@ typedef struct
|
|||
|
||||
pysqlite_Statement *pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql);
|
||||
|
||||
void pysqlite_statement_mark_dirty(pysqlite_Statement* self);
|
||||
|
||||
int pysqlite_statement_setup_types(PyObject *module);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue