Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcall.c992 unsigned long keys_are_strings = Py_TPFLAGS_UNICODE_SUBCLASS; in _PyStack_UnpackDict() local
994 keys_are_strings &= Py_TYPE(key)->tp_flags; in _PyStack_UnpackDict()
1007 if (!keys_are_strings) { in _PyStack_UnpackDict()