Home
last modified time | relevance | path

Searched refs:Py_TPFLAGS_INT_SUBCLASS (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dintobject.h31 PyType_FastSubclass((op)->ob_type, Py_TPFLAGS_INT_SUBCLASS)
Dobject.h629 #define Py_TPFLAGS_INT_SUBCLASS (1L<<23) macro
/external/python/cpython2/Tools/gdb/
Dlibpython.py75 Py_TPFLAGS_INT_SUBCLASS = (1 << 23) variable
346 if tp_flags & Py_TPFLAGS_INT_SUBCLASS:
/external/python/cpython2/Objects/
Dintobject.c1428 Py_TPFLAGS_BASETYPE | Py_TPFLAGS_INT_SUBCLASS, /* tp_flags */
Dtypeobject.c3831 type->tp_flags |= Py_TPFLAGS_INT_SUBCLASS;