[issue1276509] 2.4.1 make fails on Solaris 10 (complexobject.c/HUGE_VAL)

Daniel Diniz report at bugs.python.org
Fri Mar 20 23:12:33 CET 2009


Daniel Diniz <ajaksu at gmail.com> added the comment:

Will close as won't fix if nobody object.

>From pymath.h:

/* HUGE_VAL is supposed to expand to a positive double infinity.  Python
 * uses Py_HUGE_VAL instead because some platforms are broken in this
 * respect.  We used to embed code in pyport.h to try to worm around that,
 * but different platforms are broken in conflicting ways.  If you're on
 * a platform where HUGE_VAL is defined incorrectly, fiddle your Python
 * config to #define Py_HUGE_VAL to something that works on your platform.
 */
#ifndef Py_HUGE_VAL
#define Py_HUGE_VAL HUGE_VAL
#endif

----------
dependencies: +2.3.4 fails build on solaris 10 - complexobject.c
nosy: +ajaksu2
priority: normal -> low
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1276509>
_______________________________________


More information about the Python-bugs-list mailing list