mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -436,7 +436,7 @@ trace_trampoline(PyObject *self, PyFrameObject *frame,
|
|||
return -1;
|
||||
}
|
||||
if (result != Py_None) {
|
||||
Py_SETREF(frame->f_trace, result);
|
||||
Py_XSETREF(frame->f_trace, result);
|
||||
}
|
||||
else {
|
||||
Py_DECREF(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue