]> granicus.if.org Git - python/commit
Introduced a Py_IS_NAN macro, which probably works on the major platforms
authorTim Peters <tim.peters@gmail.com>
Thu, 23 Sep 2004 19:11:32 +0000 (19:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 23 Sep 2004 19:11:32 +0000 (19:11 +0000)
commit862f0593d8e8c7cd510b598296c73b25168d0472
treeb08e666ab49cab220687ec84959a37301dc076ae
parent307fa78107c39ffda1eb4ad18201d25650354c4e
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.
Include/pyport.h
Misc/NEWS
PC/pyconfig.h