STINNER Victor added the comment:
> bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Change documented by:
New changeset 7854012077009b9f364f198a8ae38b546ec58313 by Victor Stinner in
branch 'main':
bpo-46917: math.nan is now always available (GH-31793)
https://github.com/python/cpython/commit/78
Change by STINNER Victor :
--
components: +Build, Interpreter Core
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
title: Compile fails if Py_NO_NAN is defined -> Remove the Py_NO_NAN macro:
require NAN to build Python 3.11
versions: -Python 3.10, Python 3