mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
c0ae92b7c0
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>