]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace fpgetmask() with fedisableexcept()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Jan 2016 21:30:58 +0000 (22:30 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Jan 2016 21:30:58 +0000 (22:30 +0100)
commitb5a1d7536dfb5db70424f59eeebf4a35363b9aed
treed8abef295c28bf50538aba4a8a92d43b4e33826b
parent762d761d6503f14e47dd531ac4b14ccfc9a2853d
Replace fpgetmask() with fedisableexcept()

Issue #24520: On FreeBSD, fpgetmask() was deprecated long time ago.
fedisableexcept() is now preferred.
Modules/python.c