Jean Brouwers <[EMAIL PROTECTED]> added the comment: The patch <http://bugs.python.org/file10754/issue3167.patch> does not work. The -xlibmieee flag is included in the cc command lines, like
cc -c -xtarget=native -xlibmieee -DNDEBUG -xO5 -I. .... However, the resulting build produces to wrong result: Python 2.6b1 (r26b1:64398, Jun 27 2008, 18:04:19) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import math >>> math.log(float('-inf')) -inf _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3167> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com