*.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)
commit19a4c416ddf22b690c880efd04f6282b8d14a5dc
tree2b0903be417dfccdbbbba301dade937580bbe425
parentd96c882ed6f1852a266fd1a2b61bbc906cc805bb
*.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.
pgen.c
pubkey.c
util.c