Ned Deily <n...@python.org> added the comment:

> I guess we could wrap this functionality with some preprocessor conditionals, 
> and/or adjust the configure script to not accept 
> --enable-loadable-sqlite-extensions for macOS 11.5.1 (11.5.x?).

FTR, this is only a problem if you link with the Apple-supplied system 
libsqlite3. So any change would need need to take into account the possibility 
of using your own or other third-party copy of libsqlite3, for example, like 
the python.org macOS binary installers do.

----------
nosy: +ned.deily

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

Reply via email to