[issue46640] Python can now use the C99 NAN constant

STINNER Victor report at bugs.python.org
Fri Feb 4 16:15:08 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

Using clang -E, I see that clang also replaces NAN with: __builtin_nanf ("").

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46640>
_______________________________________


More information about the Python-bugs-list mailing list