Searched defs:Py_TPFLAGS_UNICODE_SUBCLASS (Results 1 – 4 of 4) sorted by relevance
80 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable
90 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable
634 #define Py_TPFLAGS_UNICODE_SUBCLASS (1L<<28) macro
666 #define Py_TPFLAGS_UNICODE_SUBCLASS (1UL << 28) macro