mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
+ I'm not sure what to do about configure.in. Left it alone. + Ditto pyexpat.c. Fred or Martin will know what to do.
This commit is contained in:
parent
12f4f35f6e
commit
943382c8e5
12 changed files with 22 additions and 106 deletions
|
@ -441,11 +441,7 @@ given type object has a specified feature.
|
|||
#define Py_TPFLAGS_READYING (1L<<13)
|
||||
|
||||
/* Objects support garbage collection (see objimp.h) */
|
||||
#ifdef WITH_CYCLE_GC
|
||||
#define Py_TPFLAGS_HAVE_GC (1L<<14)
|
||||
#else
|
||||
#define Py_TPFLAGS_HAVE_GC 0
|
||||
#endif
|
||||
|
||||
#define Py_TPFLAGS_DEFAULT ( \
|
||||
Py_TPFLAGS_HAVE_GETCHARBUFFER | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue