Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

author
Erlend E. Aasland
Dec 30, 2020
86e95b6 · Dec 30, 2020

History

History
3 lines (3 loc) · 212 Bytes

2020-12-30-14-56-25.bpo-24464.vbNVHe.rst

File metadata and controls

3 lines (3 loc) · 212 Bytes

sqlite3.enable_shared_cache is now deprecated, scheduled for removal in Python 3.12. The method is undocumented, and it's use is strongly discouraged by the SQLite3 documentation. Patch by Erlend E. Aasland