STINNER Victor <vstin...@python.org> added the comment:

Another related change from bpo-37474:

commit 5e0ea7540f577c9684e272000fdfc80d29bb78a2
Author: Victor Stinner <vstin...@python.org>
Date:   Tue Oct 1 13:12:29 2019 +0200

    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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to