Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_CLEAR

66         Py_CLEAR(self->message);

76 Py_CLEAR(self->dict);
77 Py_CLEAR(self->args);
78 Py_CLEAR(self->message);
283 Py_CLEAR(self->dict);
310 Py_CLEAR(self->args);
524 Py_CLEAR(self->code);
536 Py_CLEAR(self->code);
612 Py_CLEAR(self->myerrno); /* replacing */
616 Py_CLEAR(self->strerror); /* replacing */
622 Py_CLEAR(self->filename); /* replacing */
639 Py_CLEAR(self->myerrno);
640 Py_CLEAR(self->strerror);
641 Py_CLEAR(self->filename);
835 Py_CLEAR(self->myerrno);
836 Py_CLEAR(self->strerror);
837 Py_CLEAR(self->filename);
838 Py_CLEAR(self->winerror);
881 Py_CLEAR(self->winerror);
1067 Py_CLEAR(self->msg);
1083 Py_CLEAR(self->filename);
1087 Py_CLEAR(self->lineno);
1091 Py_CLEAR(self->offset);
1095 Py_CLEAR(self->text);
1107 Py_CLEAR(self->msg);
1108 Py_CLEAR(self->filename);
1109 Py_CLEAR(self->lineno);
1110 Py_CLEAR(self->offset);
1111 Py_CLEAR(self->text);
1112 Py_CLEAR(self->print_file_and_line);
1328 Py_CLEAR(*attr);
1564 Py_CLEAR(self->encoding);
1565 Py_CLEAR(self->object);
1566 Py_CLEAR(self->reason);
1588 Py_CLEAR(self->encoding);
1589 Py_CLEAR(self->object);
1590 Py_CLEAR(self->reason);
1803 Py_CLEAR(self->object);
1804 Py_CLEAR(self->reason);
2213 Py_CLEAR(PyExc_MemoryErrorInst);
2214 Py_CLEAR(PyExc_RecursionErrorInst);