Py_TPFLAGS_GC

This is here for backwards compatibility. Extensions that use the old GC Availability: 2.* API will still compile but the objects will not be tracked by the GC.

version(!Python_3_0_Or_Later)
extern (C)
enum int Py_TPFLAGS_GC;

Meta