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, lyinch, ned.deily, ronaldoussoren
Date 2022-03-02.17:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646241618.6.0.687686791073.issue46889@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the suggested PR. And thanks for noticing, Erlend! I should have checked with you first!

To reiterate what I noted on the PR, this (reduntant) change would only have affected the Pythons provided by the python.org macOS installers; this behavior doesn't necessarily apply to all macOS Pythons. In particular, it appears that the Apple-provided system libsqlite3 does not have this option enabled so if you are building Python on macOS you'd need to supply another version of libsqlite3, like from a third-party distributor (say MacPorts or Homebrew) or build it yourself.
History
Date User Action Args
2022-03-02 17:20:18ned.deilysetrecipients: + ned.deily, ronaldoussoren, erlendaasland, lyinch
2022-03-02 17:20:18ned.deilysetmessageid: <1646241618.6.0.687686791073.issue46889@roundup.psfhosted.org>
2022-03-02 17:20:18ned.deilylinkissue46889 messages
2022-03-02 17:20:18ned.deilycreate