Lines Matching refs:Py_XSETREF
73 Py_XSETREF(self->args, args); in BaseException_init()
209 Py_XSETREF(self->args, seq); in BaseException_set_args()
237 Py_XSETREF(self->traceback, tb); in BaseException_set_tb()
349 Py_XSETREF(base_self->cause, cause); in PyException_SetCause()
364 Py_XSETREF(_PyBaseExceptionObject_cast(self)->context, context); in PyException_SetContext()
586 Py_XSETREF(self->code, PyTuple_GET_ITEM(args, 0)); in SystemExit_init()
590 Py_XSETREF(self->code, args); in SystemExit_init()
661 Py_XSETREF(self->name, name); in ImportError_init()
664 Py_XSETREF(self->path, path); in ImportError_init()
670 Py_XSETREF(self->msg, msg); in ImportError_init()
935 Py_XSETREF(self->args, args); in oserror_init()
1352 Py_XSETREF(self->name, name); in NameError_init()
1427 Py_XSETREF(self->name, name); in AttributeError_init()
1430 Py_XSETREF(self->obj, obj); in AttributeError_init()
1489 Py_XSETREF(self->msg, PyTuple_GET_ITEM(args, 0)); in SyntaxError_init()
1765 Py_XSETREF(*attr, obj); in set_unicodefromstring()
2160 Py_XSETREF(ude->object, PyBytes_FromStringAndSize(view.buf, view.len)); in UnicodeDecodeError_init()