[issue42229] Fix SQLite warnings on macOS

Samuel Marks report at bugs.python.org
Sun Nov 1 15:53:07 EST 2020


Samuel Marks <samuelmarks at gmail.com> added the comment:

Yes, this commit extends his changes to include macOS support (for some reason that SQLite version check doesn’t work properly on macOS; so this checks the macOS version, knowing AOT when SQLite trace v1 APIs were deprecated.

Curious that `sqlite3_enable_shared_cache` is in the ‘wontfix’ category… why is this?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42229>
_______________________________________


More information about the Python-bugs-list mailing list