Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);" in longobject.c and _testcapi/long.c.
Automerge-Triggered-By: GH:erlend-aasland