Searched defs:Py_TPFLAGS_INT_SUBCLASS (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Tools/gdb/
H A Dlibpython.py75 Py_TPFLAGS_INT_SUBCLASS = (1 << 23) variable
346 if tp_flags & Py_TPFLAGS_INT_SUBCLASS:
/external/python/cpython2/Include/
H A Dobject.h629 #define Py_TPFLAGS_INT_SUBCLASS (1L<<23) macro

Completed in 74 milliseconds