Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c1508 PyObject *py_tuple_id = NULL; in save_tuple() local
1545 py_tuple_id = PyLong_FromVoidPtr(args); in save_tuple()
1546 if (py_tuple_id == NULL) in save_tuple()
1553 if (PyDict_GetItem(self->memo, py_tuple_id)) { in save_tuple()
1559 if (get(self, py_tuple_id) < 0) in save_tuple()
1579 if (PyDict_GetItem(self->memo, py_tuple_id)) { in save_tuple()
1594 if (get(self, py_tuple_id) >= 0) in save_tuple()
1608 Py_XDECREF(py_tuple_id); in save_tuple()