summaryrefslogtreecommitdiffstats
path: root/Objects/tupleobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/tupleobject.c')
-rw-r--r--Objects/tupleobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c
index 69c4f95..7fae264 100644
--- a/Objects/tupleobject.c
+++ b/Objects/tupleobject.c
@@ -419,7 +419,7 @@ resizetuple(pv, newsize, last_is_sticky)
return 0;
/* XXX UNREF/NEWREF interface should be more symmetrical */
#ifdef REF_DEBUG
- --ref_total;
+ --_Py_RefTotal;
#endif
UNREF(v);
if (last_is_sticky && sizediff < 0) {