mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix wrong #ifdef.
This commit is contained in:
parent
c6aa9e90ad
commit
392ab32859
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ resizestring(pv, newsize)
|
|||
return -1;
|
||||
}
|
||||
/* XXX UNREF/NEWREF interface should be more symmetrical */
|
||||
#ifdef TRACE_REFS
|
||||
#ifdef REF_DEBUG
|
||||
--ref_total;
|
||||
#endif
|
||||
UNREF(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue