mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 17:26:21 +00:00
In the past `Py_XDECREF()` was a macro. Preserve compat to ancient Python versions by having a trampoline which calls `Py_XDECREF()`. Fixes: #2043 Fixes:c0da36c4("Rage-cleanup.") Signed-off-by: Steffen Jaeckel <s@jaeckel.eu> (cherry picked from commit3299dd8fc6)