gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
This PR removes `_Py_dg_stdnan` and `_Py_dg_infinity` in favour of using the standard `NAN` and `INFINITY` macros provided by C99. This change has the side-effect of fixing a bug on MIPS where the hard-coded value used by `_Py_dg_stdnan` gave a signalling NaN rather than a quiet NaN. --------- Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
S
Sebastian Berg committed
7a3b03509e5e3e72d8c47137579cccb52548a318
Parent: a7a2dbb
Committed by GitHub <noreply@github.com>
on 5/10/2023, 4:44:52 PM