diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Include/Python.h b/Include/Python.h index bbb9a08..d75854c 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -7,14 +7,6 @@ #include "patchlevel.h" #include "pyconfig.h" -/* Cyclic gc is always enabled, starting with release 2.3a1. Supply the - * old symbol for the benefit of extension modules written before then - * that may be conditionalizing on it. The core doesn't use it anymore. - */ -#ifndef WITH_CYCLE_GC -#define WITH_CYCLE_GC 1 -#endif - #include <limits.h> #ifndef UCHAR_MAX |