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 benjamin.peterson
Recipients benjamin.peterson, mark.dickinson
Date 2018-09-12.00:26:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536711991.62.0.0269046726804.issue34640@psf.upfronthosting.co.za>
In-reply-to
Content
configure.ac currently has to check for a bug in FreeBSD 6.2:

# On FreeBSD 6.2, it appears that tanh(-0.) returns 0. instead of
# -0. on some architectures.
AC_MSG_CHECKING(whether tanh preserves the sign of zero)
...

FreeBSD 6.2 is nearing 12 years old. It looks like the FreeBSD 10 bot is passing this check. So, I think we should remove this configure check.
History
Date User Action Args
2018-09-12 00:26:31benjamin.petersonsetrecipients: + benjamin.peterson, mark.dickinson
2018-09-12 00:26:31benjamin.petersonsetmessageid: <1536711991.62.0.0269046726804.issue34640@psf.upfronthosting.co.za>
2018-09-12 00:26:31benjamin.petersonlinkissue34640 messages
2018-09-12 00:26:30benjamin.petersoncreate