diff options
author | Guido van Rossum <guido@python.org> | 2012-06-22 15:18:38 -0700 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2012-06-22 15:18:38 -0700 |
commit | 8e0d25504c5a7309bdebda33b3aa9b8213896907 (patch) | |
tree | b7b95aae5a041d01b70d3d26d7d3b1b853749af9 /Python/pythonrun.c | |
parent | 95c1c48fd6841230c6e8600b604e8460010ab399 (diff) | |
parent | 541b7c89ff179a945fb4f5745efc484df646a751 (diff) | |
download | cpython-git-8e0d25504c5a7309bdebda33b3aa9b8213896907.tar.gz |
Merge
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 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(); |