Constant python3_sys::Py_TPFLAGS_READYING [−][src]
pub const Py_TPFLAGS_READYING: c_ulong = (1 << 13); // 0x0000_2000u32Expand description
Set while the type is being ‘readied’, to prevent recursive ready calls
pub const Py_TPFLAGS_READYING: c_ulong = (1 << 13); // 0x0000_2000u32Set while the type is being ‘readied’, to prevent recursive ready calls