Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:

>From the SQLite docs https://sqlite.org/c3ref/enable_shared_cache.html:

"Note: This method is disabled on MacOS X 10.7 and iOS version 5.0 and will 
always return SQLITE_MISUSE. On those systems, shared cache mode should be 
enabled per-database connection via sqlite3_open_v2() with 
SQLITE_OPEN_SHAREDCACHE."

We should make sure sqlite3_open_v2() calls use SQLITE_OPEN_SHAREDCACHE if we 
are running on macOS. This should be a pretty straight-forward fix.

----------
nosy: +erlendaasland

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30646>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to