Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcall.c935 unsigned long keys_are_strings = Py_TPFLAGS_UNICODE_SUBCLASS; in _PyStack_UnpackDict() local
937 keys_are_strings &= Py_TYPE(key)->tp_flags; in _PyStack_UnpackDict()
950 if (!keys_are_strings) { in _PyStack_UnpackDict()