]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40810: Require SQLite 3.7.15 (GH-24106)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 6 Jan 2021 00:02:43 +0000 (01:02 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 00:02:43 +0000 (02:02 +0200)
commitcf0b23908cc902ac38cd83dd7ca5afdf89e1543b
tree213330fcd0db5954b3937e913a168fc7f68ebf4b
parentc7f8d3caf0b10c19cd46b1b334a98628eac15672
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Doc/library/sqlite3.rst
Doc/whatsnew/3.10.rst
Lib/sqlite3/test/dbapi.py
Lib/sqlite3/test/hooks.py
Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst [new file with mode: 0644]
Modules/_sqlite/connection.c
Modules/_sqlite/module.c
Modules/_sqlite/util.h
setup.py