mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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;
|
||||
|
||||
Py_INCREF(args);
|
||||
Py_SETREF((PyBaseExceptionObject *)self->args, args);
|
||||
Py_SETREF(((PyBaseExceptionObject *)self)->args, args);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue