As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if

we want to have GC enabled in the beta.
This commit is contained in:
Guido van Rossum 2000-06-30 20:31:50 +00:00
parent b6e54adb1a
commit 47674029e1
1 changed files with 1 additions and 1 deletions

View 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 */