Constant pyo3::ffi::Py_TPFLAGS_HAVE_GC [−][src]
pub const Py_TPFLAGS_HAVE_GC: c_ulong = 1 << 14; // 0x0000_0000_0000_4000u64
Expand description
Objects support garbage collection (see objimp.h)
pub const Py_TPFLAGS_HAVE_GC: c_ulong = 1 << 14; // 0x0000_0000_0000_4000u64
Objects support garbage collection (see objimp.h)