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

/external/python/cpython2/Tools/gdb/
H A Dlibpython.py76 Py_TPFLAGS_LONG_SUBCLASS = (1 << 24) variable
348 if tp_flags & Py_TPFLAGS_LONG_SUBCLASS:
/external/python/cpython2/Include/
H A Dobject.h630 #define Py_TPFLAGS_LONG_SUBCLASS (1L<<24) macro

Completed in 103 milliseconds