Home | History | Annotate | Download | only in Modules

Lines Matching refs:py_ob_id

814     PyObject *py_ob_id = 0, *memo_len = 0, *t = 0;
830 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
844 if (PyDict_SetItem(self->memo, py_ob_id, t) < 0)
881 Py_XDECREF(py_ob_id);
2538 PyObject *py_ob_id = PyLong_FromVoidPtr(ob);
2539 if (!py_ob_id)
2541 if (PyDict_GetItem(self->memo, py_ob_id)) {
2544 get(self, py_ob_id) < 0) {
2545 Py_DECREF(py_ob_id);
2548 Py_DECREF(py_ob_id);
2551 Py_DECREF(py_ob_id);
2583 PyObject *py_ob_id = 0, *__reduce__ = 0, *t = 0;
2657 if (!( py_ob_id = PyLong_FromVoidPtr(args)))
2660 if (PyDict_GetItem(self->memo, py_ob_id)) {
2661 if (get(self, py_ob_id) < 0)
2822 Py_XDECREF(py_ob_id);