Constant Py_TPFLAGS_HAVE_GC
pub const Py_TPFLAGS_HAVE_GC: u64 = _; // 16_384u64
Available on crate features
dep_pyo3
and std
only.Expand description
Objects support garbage collection (see objimp.h)
pub const Py_TPFLAGS_HAVE_GC: u64 = _; // 16_384u64
dep_pyo3
and std
only.Objects support garbage collection (see objimp.h)