Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/sqlite3/dbapi2.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def convert_timestamp(val):

# bpo-24464: enable_shared_cache was deprecated in Python 3.10. It's
# scheduled for removal in Python 3.12.
_old_enable_shared_cache = enable_shared_cache
from _sqlite3 import enable_shared_cache as _old_enable_shared_cache
def enable_shared_cache(enable):
import warnings
msg = ("""
Expand Down