commit | 5e0ea7540f577c9684e272000fdfc80d29bb78a2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Oct 01 13:12:29 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Oct 01 13:12:29 2019 +0200 |
tree | 5f194b69ace9a9ba16d9dfba737f2371d5533d20 | |
parent | 2f90261280e36a179831d72ce794115be31c88bb [diff] |
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.