[issue46889] enable sqlite math functions on macos

Ned Deily report at bugs.python.org
Wed Mar 2 12:20:18 EST 2022


Ned Deily <nad at python.org> added the comment:

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.

----------
resolution: not a bug -> works for me
stage: patch review -> resolved
status: pending -> closed

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


More information about the Python-bugs-list mailing list