[issue45440] [C API] Py_IS_INFINITY() macro doesn't work in the limited C API if isinf() is not defined

STINNER Victor report at bugs.python.org
Mon Oct 11 20:15:12 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

The Py_FORCE_DOUBLE() macro was added in bpo-5724 by the change:

commit e05e8409e1b47a2c018ad8a67016546217165c60
Author: Mark Dickinson <dickinsm at gmail.com>
Date:   Mon May 4 13:30:43 2009 +0000

    Issue #5724: Fix cmath failures on Solaris 10.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45440>
_______________________________________


More information about the Python-bugs-list mailing list