summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2012-06-22 15:18:38 -0700
committerGuido van Rossum <guido@python.org>2012-06-22 15:18:38 -0700
commit8e0d25504c5a7309bdebda33b3aa9b8213896907 (patch)
treeb7b95aae5a041d01b70d3d26d7d3b1b853749af9 /Python/pythonrun.c
parent95c1c48fd6841230c6e8600b604e8460010ab399 (diff)
parent541b7c89ff179a945fb4f5745efc484df646a751 (diff)
downloadcpython-git-8e0d25504c5a7309bdebda33b3aa9b8213896907.tar.gz
Merge
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index d9d2fdda81..465aa7dbfe 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -642,7 +642,7 @@ Py_Finalize(void)
#endif /* Py_TRACE_REFS */
#ifdef PYMALLOC_DEBUG
if (Py_GETENV("PYTHONMALLOCSTATS"))
- _PyObject_DebugMallocStats();
+ _PyObject_DebugMallocStats(stderr);
#endif
call_ll_exitfuncs();