Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c373 PyObject *last_string; member
692 Py_XSETREF(self->last_string, str); in read_other()
718 Py_XSETREF(self->last_string, str); in readline_other()
5483 self->last_string = NULL; in newUnpicklerobject()
5560 Py_XDECREF(self->last_string); in Unpickler_dealloc()
5584 Py_VISIT(self->last_string); in Unpickler_traverse()
5599 Py_CLEAR(self->last_string); in Unpickler_clear()