Searched defs:Py_TPFLAGS_UNICODE_SUBCLASS (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Include/ | ||
| D | object.h | 417 #define Py_TPFLAGS_UNICODE_SUBCLASS (1UL << 28) macro |
| /third_party/python/Tools/gdb/ | ||
| D | libpython.py | 80 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable |