Py_TPFLAGS_READYING

Set while the type is being 'readied', to prevent recursive ready calls

extern (C)
enum int Py_TPFLAGS_READYING;

Meta