Py_TPFLAGS_INT_SUBCLASS

These flags are used to determine if a type is a subclass. Availability: >= 2.6

version(Python_2_6_Or_Later)
extern (C)
enum Py_TPFLAGS_INT_SUBCLASS = (1L << 23);

Meta