This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients erlendaasland, jett8998, ned.deily, ronaldoussoren
Date 2021-08-26.03:48:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629949684.85.0.777386905326.issue44997@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-08-26 03:48:04ned.deilysetrecipients: + ned.deily, ronaldoussoren, erlendaasland, jett8998
2021-08-26 03:48:04ned.deilysetmessageid: <1629949684.85.0.777386905326.issue44997@roundup.psfhosted.org>
2021-08-26 03:48:04ned.deilylinkissue44997 messages
2021-08-26 03:48:04ned.deilycreate