mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
This commit is contained in:
commit
ec39756960
50 changed files with 174 additions and 174 deletions
|
@ -1437,7 +1437,7 @@ s_init(PyObject *self, PyObject *args, PyObject *kwds)
|
|||
return -1;
|
||||
}
|
||||
|
||||
Py_SETREF(soself->s_format, o_format);
|
||||
Py_XSETREF(soself->s_format, o_format);
|
||||
|
||||
ret = prepare_s(soself);
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue