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

2009-03-29 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Closing on lack of response. This issue is also addressed in pymath.h's
comments.

--
resolution:  - wont fix
status: pending - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276509
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-03-20 Thread Daniel Diniz

Daniel Diniz aja...@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 rep...@bugs.python.org
http://bugs.python.org/issue1276509
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com