commit | 862f0593d8e8c7cd510b598296c73b25168d0472 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Sep 23 19:11:32 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Sep 23 19:11:32 2004 +0000 |
tree | b08e666ab49cab220687ec84959a37301dc076ae | |
parent | 307fa78107c39ffda1eb4ad18201d25650354c4e [diff] |
Introduced a Py_IS_NAN macro, which probably works on the major platforms today. pyconfig.h can override it if not, and can also override Py_IS_INFINITY now. Py_IS_NAN and Py_IS_INFINITY are overridden now for Microsoft compilers, using efficient MS-specific spellings.