Files
cpython/Lib/dbm
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 <[email protected]>
2025-08-22 14:11:59 +03:00
..