From 735ae8d139a673b30b321dc10acfd3d14f0d633b Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Fri, 5 Jan 2018 23:15:34 -0800 Subject: bpo-29137: Remove fpectl module (#4789) This module has never been enabled by default, never worked correctly on x86-64, and caused ABI problems that caused C extension compatibility. See bpo-29137 for details/discussion. --- pyconfig.h.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index 4cf2f035c2..7d366562b0 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -500,7 +500,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_IEEEFP_H -/* Define to 1 if you have the 'if_nameindex' function. */ +/* Define to 1 if you have the `if_nameindex' function. */ #undef HAVE_IF_NAMEINDEX /* Define if you have the 'inet_aton' function. */ @@ -1413,9 +1413,6 @@ #endif -/* Define if you want SIGFPE handled (see Include/pyfpe.h). */ -#undef WANT_SIGFPE_HANDLER - /* Define if WINDOW in curses.h offers a field _flags. */ #undef WINDOW_HAS_FLAGS -- cgit v1.2.1