*.c: Use `Py_XDECREF' where applicable.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Oct 2019 13:31:40 +0000 (14:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Apr 2020 21:42:39 +0000 (22:42 +0100)
commit58f45a3bba58c90874dcf2fdc78ee75a7603d601
tree8424c6541abf131f3a6791bdf5f429e713fae7f4
parent4c792b0de4dca5094f66b7cf74391869eb2a4617
*.c: Use `Py_XDECREF' where applicable.

The Python 2.5 version of `Py_DECREF' isn't properly braced, so `if (x)
Py_DECREF(x);' provokes a dangling-`else' warning from the compiler.
util.c