This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson
Date 2022-02-06.09:54:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644141275.01.0.967715714071.issue46656@roundup.psfhosted.org>
In-reply-to
Content
The macro Py_NAN may or may not be defined: in particular, a platform that doesn't have NaNs is supposed to be able to define Py_NO_NAN in pyport.h to indicate that.

But not all of our uses of `Py_NAN` are guarded by suitable #ifdef conditionals. As a result, compilation fails if Py_NAN is not defined.
History
Date User Action Args
2022-02-06 09:54:35mark.dickinsonsetrecipients: + mark.dickinson
2022-02-06 09:54:35mark.dickinsonsetmessageid: <1644141275.01.0.967715714071.issue46656@roundup.psfhosted.org>
2022-02-06 09:54:34mark.dickinsonlinkissue46656 messages
2022-02-06 09:54:34mark.dickinsoncreate