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