cpython/Lib/dbm
General_K1ng c0ae92b7c0
gh-135386: Fix "unable to open database file" errors on readonly DB (GH-135566)
Add immutable=1 flag for read-only SQLite access to avoid WAL/SHM errors on readonly DB.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-08-22 14:11:59 +03:00
..
__init__.py gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447) 2024-02-14 13:47:19 +00:00
dumb.py gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028) 2025-06-01 15:30:04 +03:00
gnu.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00
ndbm.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00
sqlite3.py gh-135386: Fix "unable to open database file" errors on readonly DB (GH-135566) 2025-08-22 14:11:59 +03:00