blob: 2613b17924014b42b6bb4fc12509a8391eb3bb28 (
plain)
1
2
3
|
The :c:macro:`Py_CLEAR`, :c:macro:`Py_SETREF` and :c:macro:`Py_XSETREF` macros
now only evaluate their argument once. If the argument has side effects, these
side effects are no longer duplicated. Patch by Victor Stinner.
|