bpo-24464: Deprecate sqlite3.enable_shared_cache by erlend-aasland · Pull Request #24008 · python/cpython · GitHub

github.com

Tin mới

erlend-aasland:sqlite-shared-cache

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

bpo-24464: Deprecate sqlite3.enable_shared_cache

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

Fix typo: it's => its

Add missing punctuation mark.

Fix typo: it's => its

Address review: it's not a method, it's a built-in function

View reviewed changes

Address review: Make override reload safe

Address review: Improve formatting

View reviewed changes

Lib/sqlite3/dbapi2.py

View reviewed changes

bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper #24170

bpo-24464: Deprecate sqlite3.enable_shared_cache (

sqlite3: remove features deprecated in 3.10 #92547

gh-92547: Remove deprecated sqlite3 features #92548

: Remove deprecated sqlite3 features

: Remove deprecated sqlite3 features (

gh-93370 : Deprecate sqlite3.version and sqlite3.version_info #93482

[sqlite3] Deprecate enable_shared_cache from dbapi2 python/typeshed#14501