mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
new debugger symbol names
This commit is contained in:
parent
7f3f2c1819
commit
441e4ab802
3 changed files with 8 additions and 8 deletions
|
@ -507,7 +507,7 @@ resizestring(pv, newsize)
|
|||
return -1;
|
||||
}
|
||||
/* 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