mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue