From: Guido van Rossum Date: Fri, 30 Jun 2000 20:31:50 +0000 (+0000) Subject: As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if X-Git-Tag: v2.0b1~1185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47674029e16b45e0985dbaa2cf6c7e0455acf0e3;p=thirdparty%2FPython%2Fcpython.git As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if we want to have GC enabled in the beta. --- diff --git a/PC/config.h b/PC/config.h index 16f82e138b10..850af584b08c 100644 --- a/PC/config.h +++ b/PC/config.h @@ -452,7 +452,7 @@ typedef long intptr_t; /* #define WITH_READLINE 1 */ /* Define if you want cycle garbage collection */ -/* #define WITH_CYCLE_GC 1 */ +#define WITH_CYCLE_GC 1 /* Define if you have clock. */ /* #define HAVE_CLOCK */