Constant Py_TPFLAGS_READYING
pub const Py_TPFLAGS_READYING: u32 = _; // 8_192u32Available on crate feature
tls only.Expand description
Set while the type is being ‘readied’, to prevent recursive ready calls
pub const Py_TPFLAGS_READYING: u32 = _; // 8_192u32tls only.Set while the type is being ‘readied’, to prevent recursive ready calls