]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92547: Remove deprecated sqlite3 features (#92548)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Mon, 16 May 2022 17:52:08 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 17:52:08 +0000 (19:52 +0200)
commit00f22e8cc234aa52ec1f28094a170d7b87d0d08f
treea59310dd786b5de47629857f039bff45ee4c2232
parent9b50585e0225a80f9e383edacc7d73f1b5c8008b
gh-92547: Remove deprecated sqlite3 features (#92548)

The following sqlite3 features were deprecated in 3.10, scheduled for
removal in 3.12:

- sqlite3.OptimizedUnicode (gh-23163)
- sqlite3.enable_shared_cache (gh-24008)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/whatsnew/3.12.rst
Lib/sqlite3/__init__.py
Lib/sqlite3/dbapi2.py
Lib/test/test_sqlite3/test_dbapi.py
Lib/test/test_sqlite3/test_factory.py
Misc/NEWS.d/next/Library/2022-05-09-11-55-04.gh-issue-92547.CzVZft.rst [new file with mode: 0644]
Modules/_sqlite/clinic/module.c.h
Modules/_sqlite/module.c