mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
This commit is contained in:
parent
a4774f42e3
commit
e9594f6747
7 changed files with 30 additions and 13 deletions
|
@ -1225,7 +1225,7 @@ pysqlite_connection_set_trace_callback_impl(pysqlite_Connection *self,
|
|||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
#ifndef SQLITE_OMIT_LOAD_EXTENSION
|
||||
#ifdef PY_SQLITE_ENABLE_LOAD_EXTENSION
|
||||
/*[clinic input]
|
||||
_sqlite3.Connection.enable_load_extension as pysqlite_connection_enable_load_extension
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue