]> granicus.if.org Git - python/commit
Apparently FreeBSD enables some HW floating-point exceptions by default.
authorTim Peters <tim.peters@gmail.com>
Sat, 28 Dec 2002 21:56:08 +0000 (21:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 28 Dec 2002 21:56:08 +0000 (21:56 +0000)
commit4643bd9a9cf43332992d10982c52debf3f0d980c
tree26eb64e0d86945d4724c74a609b501f808b49a01
parent5b26abb37adc6640bb5cb10cf196f59e77ba05e0
Apparently FreeBSD enables some HW floating-point exceptions by default.
This can cause core dumps when Python runs.  Python relies on the 754-
(and C99-) mandated default "non-stop" mode for FP exceptions.  This
patch from Ben Laurie disables at least one FP exception on FreeBSD at
Python startup time.
Include/pyport.h
Misc/ACKS
Modules/python.c