Lines Matching refs:kstr
1507 PyObject *kstr = NULL;
1570 kstr = key;
1573 kstr = encoder_encode_float(s, key);
1574 if (kstr == NULL)
1580 kstr = _encoded_const(key);
1581 if (kstr == NULL)
1585 kstr = PyLong_Type.tp_repr(key);
1586 if (kstr == NULL) {
1606 encoded = encoder_encode_string(s, kstr);
1607 Py_CLEAR(kstr);
1646 Py_XDECREF(kstr);