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 vstinner
Recipients vstinner
Date 2021-10-13.21:30:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634160601.71.0.561277585197.issue45440@roundup.psfhosted.org>
In-reply-to
Content
> [C API] Py_IS_INFINITY() macro doesn't work in the limited C API if isinf() is not defined

Well, the final fix is to remove the code path when isinf() is not available and require it to build Python ;-)
History
Date User Action Args
2021-10-13 21:30:01vstinnersetrecipients: + vstinner
2021-10-13 21:30:01vstinnersetmessageid: <1634160601.71.0.561277585197.issue45440@roundup.psfhosted.org>
2021-10-13 21:30:01vstinnerlinkissue45440 messages
2021-10-13 21:30:01vstinnercreate