Searched refs:item_key (Results 1 – 1 of 1) sorted by relevance
484 PyObject *item, *item_key; in _PyCode_ConstantKey() local487 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()488 if (item_key == NULL) { in _PyCode_ConstantKey()493 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey()513 PyObject *item_key; in _PyCode_ConstantKey() local515 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()516 if (item_key == NULL) { in _PyCode_ConstantKey()522 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey()