mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix dusty debugging macros
This commit is contained in:
parent
07432c0ef6
commit
6f9e433ab3
6 changed files with 11 additions and 11 deletions
|
@ -508,7 +508,7 @@ resizestring(pv, newsize)
|
|||
}
|
||||
/* XXX UNREF/NEWREF interface should be more symmetrical */
|
||||
#ifdef REF_DEBUG
|
||||
--ref_total;
|
||||
--_Py_RefTotal;
|
||||
#endif
|
||||
UNREF(v);
|
||||
*pv = (object *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue