mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
new debugger symbol names
This commit is contained in:
parent
7f3f2c1819
commit
441e4ab802
3 changed files with 8 additions and 8 deletions
|
@ -418,7 +418,7 @@ resizetuple(pv, newsize, last_is_sticky)
|
|||
if (sizediff == 0)
|
||||
return 0;
|
||||
/* XXX UNREF/NEWREF interface should be more symmetrical */
|
||||
#ifdef REF_DEBUG
|
||||
#ifdef Py_REF_DEBUG
|
||||
--_Py_RefTotal;
|
||||
#endif
|
||||
UNREF(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue