Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 392ab32

Browse files
committed
Fix wrong #ifdef.
1 parent c6aa9e9 commit 392ab32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/stringobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ resizestring(pv, newsize)
306306
return -1;
307307
}
308308
/* XXX UNREF/NEWREF interface should be more symmetrical */
309-
#ifdef TRACE_REFS
309+
#ifdef REF_DEBUG
310310
--ref_total;
311311
#endif
312312
UNREF(v);

0 commit comments

Comments
 (0)