Home
last modified time | relevance | path

Searched defs:Py_TPFLAGS_UNICODE_SUBCLASS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobject.h719 #define Py_TPFLAGS_UNICODE_SUBCLASS (1UL << 28) macro
/external/python/cpython3/Tools/gdb/
Dlibpython.py91 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable