From ded690fc351ecaf0f72429107fa726a9916ab0f6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 24 May 1996 20:48:31 +0000 Subject: rename printrefs, getobjects to _Py_ prefix --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index c789881adc..1da9d9e45e 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -658,7 +658,7 @@ goaway(sts) #ifdef Py_TRACE_REFS if (askyesno("Print left references?")) { - printrefs(stderr); + _Py_PrintReferences(stderr); } #endif /* Py_TRACE_REFS */ -- cgit v1.2.1