mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
parent
eae3079041
commit
bffa73e582
1 changed files with 1 additions and 1 deletions
|
@ -5150,7 +5150,7 @@ comerror_init(PyObject *self, PyObject *args, PyObject *kwds)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
Py_INCREF(args);
|
Py_INCREF(args);
|
||||||
Py_SETREF((PyBaseExceptionObject *)self->args, args);
|
Py_SETREF(((PyBaseExceptionObject *)self)->args, args);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue