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 akitada
Recipients akitada, barry, christian.heimes, jnoller, loewis, mark.dickinson, rpetrov
Date 2008-10-27.22:38:22
SpamBayes Score 0.0010252334
Marked as misclassified No
Message-id <1225147103.14.0.138436343509.issue4204@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the output of configure.
Just as Mark said, it looks this is due to a libm bug.

"""
$ grep tanh config.log
configure:22062: checking whether tanh preserves the sign of zero
|        and tanh(-0.) == -0. */
|       atan2(tanh(-0.), -1.) == atan2(-0., -1.)) exit(0);
configure:22261: checking for atanh
ac_cv_func_atanh=yes
ac_cv_tanh_preserves_zero_sign=no
"""
History
Date User Action Args
2008-10-27 22:38:23akitadasetrecipients: + akitada, loewis, barry, mark.dickinson, christian.heimes, jnoller, rpetrov
2008-10-27 22:38:23akitadasetmessageid: <1225147103.14.0.138436343509.issue4204@psf.upfronthosting.co.za>
2008-10-27 22:38:22akitadalinkissue4204 messages
2008-10-27 22:38:22akitadacreate