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 lyinch
Recipients lyinch, ned.deily, ronaldoussoren
Date 2022-03-01.15:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646147894.62.0.324206137602.issue46889@roundup.psfhosted.org>
In-reply-to
Content
Similar to these PRs: https://github.com/python/cpython/pull/24053/files and https://github.com/python/cpython/pull/25892/files which enable the built-in sqlite3 math functions for Windows, I want to have support for them on macos. As per the sqlite3 documentation: https://sqlite.org/releaselog/3_35_0.html this requires compilation with -DSQLITE_ENABLE_MATH_FUNCTIONS . On master, the flag is missing for macos : https://github.com/python/cpython/blob/main/Mac/BuildScript/build-installer.py#L364
History
Date User Action Args
2022-03-01 15:18:14lyinchsetrecipients: + lyinch, ronaldoussoren, ned.deily
2022-03-01 15:18:14lyinchsetmessageid: <1646147894.62.0.324206137602.issue46889@roundup.psfhosted.org>
2022-03-01 15:18:14lyinchlinkissue46889 messages
2022-03-01 15:18:14lyinchcreate