diff options
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index c789881..1da9d9e 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 */ |