[issue46889] enable sqlite math functions on macos

2022-03-01 Thread lyinch


New submission from lyinch :

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 
<https://bugs.python.org/issue46889>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46889] enable sqlite math functions on macos

2022-03-01 Thread lyinch


Change by lyinch :


--
keywords: +patch
pull_requests: +29757
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/31635

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