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