From: Mark Wooding Date: Sat, 19 Oct 2019 13:31:40 +0000 (+0100) Subject: *.c: Use `Py_XDECREF' where applicable. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/19a4c416ddf22b690c880efd04f6282b8d14a5dc?hp=19a4c416ddf22b690c880efd04f6282b8d14a5dc *.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. ---