aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
506 stars 84 forks source link

Use C99+ math.h functions instead of Py_IS_NAN/INFINITY/FINITE #485

Closed skirpichev closed 1 month ago

skirpichev commented 1 month ago

See https://github.com/python/cpython/issues/119613

skirpichev commented 1 month ago

Build failure is unrelated.