mirror of https://github.com/python/cpython.git
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:
parent
b6e54adb1a
commit
47674029e1
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue