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.
diff --git a/Misc/ACKS b/Misc/ACKS
index 3ef4d8a..d5b1f25 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -303,6 +303,7 @@
 Detlef Lannert
 Soren Larsen
 Piers Lauder
+Ben Laurie
 Chris Lawrence
 Christopher Lee
 Inyeol Lee