Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c1524 PyObject *py_tuple_id = NULL; in save_tuple() local
1561 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()