Py_TPFLAGS_GC

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

enum int Py_TPFLAGS_GC;

Meta