]> granicus.if.org Git - python/commit
bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515)
authorVictor Stinner <vstinner@python.org>
Tue, 1 Oct 2019 11:12:29 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 11:12:29 +0000 (13:12 +0200)
commit5e0ea7540f577c9684e272000fdfc80d29bb78a2
tree5f194b69ace9a9ba16d9dfba737f2371d5533d20
parent2f90261280e36a179831d72ce794115be31c88bb
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.
Misc/NEWS.d/next/Core and Builtins/2019-10-01-12-46-30.bpo-37474.cB3se1.rst [new file with mode: 0644]
Modules/main.c