Home
last modified time | relevance | path

Searched refs:Py_TPFLAGS_UNICODE_SUBCLASS (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dobject.h417 #define Py_TPFLAGS_UNICODE_SUBCLASS (1UL << 28) macro
H A Dunicodeobject.h115 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
/third_party/python/Objects/
H A Dcall.c1004 unsigned long keys_are_strings = Py_TPFLAGS_UNICODE_SUBCLASS; in _PyStack_UnpackDict()
1014 /* keys_are_strings has the value Py_TPFLAGS_UNICODE_SUBCLASS if that in _PyStack_UnpackDict()
H A Dtypeobject.c5820 type->tp_flags |= Py_TPFLAGS_UNICODE_SUBCLASS; in inherit_special()
H A Dunicodeobject.c15437 Py_TPFLAGS_UNICODE_SUBCLASS |
/third_party/python/Tools/gdb/
H A Dlibpython.py80 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable
366 if tp_flags & Py_TPFLAGS_UNICODE_SUBCLASS:

Completed in 41 milliseconds