SIGN IN SIGN UP

gh-99537: Use Py_SETREF() function in longobject C code (#99655)

Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);"
in longobject.c and _testcapi/long.c.
V
Victor Stinner committed
20d9749a0f9b9fa6946019f04a54b6287d16588e
Parent: 1acdfec
Committed by GitHub <noreply@github.com> on 11/22/2022, 12:04:19 PM