mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
rename printrefs, getobjects to _Py_ prefix
This commit is contained in:
parent
363078afa4
commit
ded690fc35
3 changed files with 7 additions and 5 deletions
|
@ -658,7 +658,7 @@ goaway(sts)
|
|||
|
||||
#ifdef Py_TRACE_REFS
|
||||
if (askyesno("Print left references?")) {
|
||||
printrefs(stderr);
|
||||
_Py_PrintReferences(stderr);
|
||||
}
|
||||
#endif /* Py_TRACE_REFS */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue