diff options
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index ac043eb..547a567 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -499,9 +499,6 @@ typedef int pid_t; #define HAVE_USABLE_WCHAR_T #endif -/* Define if you want cycle garbage collection */ -#define WITH_CYCLE_GC 1 - /* Use Python's own small-block memory-allocator. */ #define WITH_PYMALLOC 1 |