mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
Merged code from pysqlite 2.6.0.
This commit is contained in:
parent
2bb66e03b7
commit
3bbb67273a
25 changed files with 626 additions and 83 deletions
2
setup.py
2
setup.py
|
@ -955,6 +955,8 @@ class PyBuildExt(build_ext):
|
|||
else:
|
||||
sqlite_defines.append(('MODULE_NAME', '\\"sqlite3\\"'))
|
||||
|
||||
# Comment this out if you want the sqlite3 module to be able to load extensions.
|
||||
sqlite_defines.append(("SQLITE_OMIT_LOAD_EXTENSION", "1"))
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
# In every directory on the search path search for a dynamic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue