summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-10-12-02-13-41.bpo-45440.Gf94rE.rst
blob: d9d695fd2ace4bade67a1841528466e766b88e5e (plain)
1
2
Remove the ``Py_FORCE_DOUBLE()`` macro. It was used by the ``Py_IS_INFINITY()``
macro. Patch by Victor Stinner.