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 MrJean1
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-29.19:56:52
SpamBayes Score 0.0018780376
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
There is another, perhaps related issue on Solaris.  The compiler warns 
that function  finite is implicitly defined.

Commenting out this line in pyconfig.h as

/* #define HAVE_FINITE 1 */

make that warning go away.  If there is no function  finite, why is 
HAVE_FINITE defined at all?
History
Date User Action Args
2008-06-29 19:56:54MrJean1setspambayes_score: 0.00187804 -> 0.0018780376
recipients: + MrJean1, terry.reedy, mark.dickinson
2008-06-29 19:56:53MrJean1setspambayes_score: 0.00187804 -> 0.00187804
messageid: <[email protected]>
2008-06-29 19:56:53MrJean1linkissue3168 messages
2008-06-29 19:56:52MrJean1create