rename printrefs, getobjects to _Py_ prefix

This commit is contained in:
Guido van Rossum 1996-05-24 20:48:31 +00:00
parent 363078afa4
commit ded690fc35
3 changed files with 7 additions and 5 deletions

View file

@ -658,7 +658,7 @@ goaway(sts)
#ifdef Py_TRACE_REFS
if (askyesno("Print left references?")) {
printrefs(stderr);
_Py_PrintReferences(stderr);
}
#endif /* Py_TRACE_REFS */