◐ Shell
clean mode source ↗

gh-141004: deprecate Py_MATH_El and Py_MATH_PIl macros by skirpichev · Pull Request #141035 · python/cpython

@skirpichev

@skirpichev skirpichev commented

Nov 5, 2025

edited by github-actions Bot

Loading

@skirpichev

vstinner

Co-authored-by: Victor Stinner <vstinner@python.org>

@vstinner

A code search in PyPI top 15,000 found no matching line:

$ ./search_pypi_top.py PYPI-2025-09-22/ 'Py_MATH_PIl|Py_MATH_El' -o Py_MATH_PIl -q

Time: 0:01:39.505584
Found 0 matching lines in 0 projects
Output written into: Py_MATH_PIl

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

ZeroIntensity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well.

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request

Dec 6, 2025
…141035)

Co-authored-by: Victor Stinner <vstinner@python.org>