commit | 1b2611eb0283055835e5df632a7a735db8c894b8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 25 01:32:57 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 25 01:32:57 2022 +0100 |
tree | e9333a50ad80b2e1f622d8baf83273c68c085bb3 | |
parent | 5f8b5e2f2150d2223ff9e286bd146de92ff16865 [diff] |
bpo-46656: Remove Py_NO_NAN macro (GH-31160) Building Python now requires support for floating point Not-a-Number (NaN): remove the Py_NO_NAN macro.