]> granicus.if.org Git - python/commitdiff
As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if
authorGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 20:31:50 +0000 (20:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 20:31:50 +0000 (20:31 +0000)
we want to have GC enabled in the beta.

PC/config.h

index 16f82e138b106dc54e5e02deeb29dd362b4e0c7a..850af584b08cb84a3d3f3db57f7ffcf51e2be379 100644 (file)
@@ -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 */