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 jcea
Recipients jcea
Date 2011-04-20.19:35:28
SpamBayes Score 0.010353451
Marked as misclassified No
Message-id <1303328129.11.0.303568754057.issue11892@psf.upfronthosting.co.za>
In-reply-to
Content
Compiling 3.1, I get this warning:

"""
/export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Modules/cmathmodule.c:77: warning: implicit declaration of function 'finite'
/export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Modules/mathmodule.c:149: warning: implicit declaration of function 'finite'
/export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Modules/_json.c:1222: warning: implicit declaration of function 'finite'
"""
History
Date User Action Args
2011-04-20 19:35:29jceasetrecipients: + jcea
2011-04-20 19:35:29jceasetmessageid: <1303328129.11.0.303568754057.issue11892@psf.upfronthosting.co.za>
2011-04-20 19:35:28jcealinkissue11892 messages
2011-04-20 19:35:28jceacreate