mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Update to pysqlite 2.2.0
This commit is contained in:
parent
a058836e96
commit
72289a616c
17 changed files with 592 additions and 134 deletions
2
setup.py
2
setup.py
|
@ -752,7 +752,7 @@ class PyBuildExt(build_ext):
|
|||
'_sqlite/statement.c',
|
||||
'_sqlite/util.c', ]
|
||||
|
||||
PYSQLITE_VERSION = "2.1.3"
|
||||
PYSQLITE_VERSION = "2.2.0"
|
||||
sqlite_defines = []
|
||||
if sys.platform != "win32":
|
||||
sqlite_defines.append(('PYSQLITE_VERSION',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue