*.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>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commit8692cbd6a933f4902b67e8234b81998bd7042aa9
tree143600067537cc66e43ce6a2fc464391e9096946
parentbe853a4f00f44df9292a5ea4f30ace3aa52c148e
*.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