mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Merged new pysqlite version 2.6.0 from trunk.
This commit is contained in:
parent
06dbff3b1f
commit
f9cee22446
24 changed files with 601 additions and 128 deletions
2
setup.py
2
setup.py
|
@ -876,6 +876,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