Searched defs:Py_TPFLAGS_READY (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | object.h | 639 #define Py_TPFLAGS_READY (1UL << 12) macro |
/external/python/cpython2/Include/ | ||
D | object.h | 600 #define Py_TPFLAGS_READY (1L<<12) macro |