Searched refs:last_string (Results 1 – 1 of 1) sorted by relevance
373 PyObject *last_string; member692 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()