[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-21 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- nosy: +mark.dickinson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11892 ___ ___

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: 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'

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Can you please check whether math.h hides the finite declaration for some reason? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11892

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Porting 5b607cd8c71b... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11892 ___ ___

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 358a0dd0a9f2 by Jesus Cea in branch '3.1': Port 5b607cd8c71b (closes #11892) http://hg.python.org/cpython/rev/358a0dd0a9f2 -- nosy: +python-dev resolution: - fixed stage: - committed/rejected status: open - closed