| commit | 54842e4311bb0e34012d1984b42eab41eeeaea6a | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Sun Feb 06 13:13:04 2022 +0100 |
| committer | GitHub <noreply@github.com> | Sun Feb 06 13:13:04 2022 +0100 |
| tree | 78eabd2693540ebdc112a4fabc5edf4778a60a4a | |
| parent | f1e29cea8516d04c16d94bcb7bf24d4e2d32ffce [diff] |
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134) Building Python now requires a C99 <math.h> header file providing a NAN constant, or the __builtin_nan() built-in function. If a platform does not support Not-a-Number (NaN), the Py_NO_NAN macro can be defined in the pyconfig.h file.