rename printrefs, getobjects to _Py_ prefix
This commit is contained in:
@@ -658,7 +658,7 @@ goaway(sts)
|
||||
|
||||
#ifdef Py_TRACE_REFS
|
||||
if (askyesno("Print left references?")) {
|
||||
printrefs(stderr);
|
||||
_Py_PrintReferences(stderr);
|
||||
}
|
||||
#endif /* Py_TRACE_REFS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user