SIGN IN SIGN UP

bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515)

On FreeBSD, Python no longer calls fedisableexcept() at startup to
control the floating point control mode. The call became useless
since FreeBSD 6: it became the default mode.
V
Victor Stinner committed
5e0ea7540f577c9684e272000fdfc80d29bb78a2
Parent: 2f90261
Committed by GitHub <noreply@github.com> on 10/1/2019, 11:12:29 AM