New submission from lyinch <lyi...@lyinch.com>:

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

----------
components: Library (Lib), macOS
messages: 414272
nosy: lyinch, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: enable sqlite math functions on macos
type: enhancement
versions: Python 3.11

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

Reply via email to