Files
cpython/Modules
Tim Peters 4643bd9a9c 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.
2002-12-28 21:56:08 +00:00
..
2002-11-23 11:26:07 +00:00
2002-12-06 12:48:53 +00:00
2002-11-09 19:54:06 +00:00
2002-12-06 12:48:53 +00:00
2002-12-12 17:35:45 +00:00
2002-12-06 12:48:53 +00:00
2002-11-08 12:53:11 +00:00
2002-08-07 16:21:51 +00:00
2002-10-30 21:08:34 +00:00
2002-12-07 14:56:36 +00:00