From 0dddf305a67763dd5cce755a4ece7f5f21c2edf4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 25 Sep 2002 15:03:10 +0000 Subject: [PATCH] Backport of 1.489: Disable building of the fpectl module -- it's dangerous or useless except in the hands of experts. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index a1ff3316ec52..ae3a91960336 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -67,6 +67,9 @@ Library Build +- The fpectl module is not built by default; it's dangerous or useless + except in the hands of experts. + - A bug was fixed that could cause COUNT_ALLOCS builds to segfault, or get into infinite loops, when a new-style class got garbage-collected. Unfortunately, to avoid this, the way COUNT_ALLOCS works requires -- 2.47.3