Searched refs:py_tuple_id (Results 1 – 1 of 1) sorted by relevance
1524 PyObject *py_tuple_id = NULL; in save_tuple() local1561 py_tuple_id = PyLong_FromVoidPtr(args); in save_tuple()1562 if (py_tuple_id == NULL) in save_tuple()1569 if (PyDict_GetItem(self->memo, py_tuple_id)) { in save_tuple()1575 if (get(self, py_tuple_id) < 0) in save_tuple()1595 if (PyDict_GetItem(self->memo, py_tuple_id)) { in save_tuple()1610 if (get(self, py_tuple_id) >= 0) in save_tuple()1624 Py_XDECREF(py_tuple_id); in save_tuple()