STINNER Victor <victor.stin...@gmail.com> added the comment:

Ok, so. I wrote a different PR: PR 3927 adds a new PYTHONSHOWALLOCCOUNT 
environment variable and write allocations statistics into stderr (rather than 
stdout) when PYTHONSHOWALLOCCOUNT is set.

The PR also fixes the test suite for COUNT_ALLOCS.

The PR 3927 is much shorter because PYTHONSHOWALLOCCOUNT now has to be defined 
to dump allocations statistics.

haypo@selma$ git diff 2.7.. --stat
 Doc/using/cmdline.rst                                                       | 
7 +++++++
 Lib/test/support/__init__.py                                                | 
3 +++
 Lib/test/test_abc.py                                                        | 
1 +
 Lib/test/test_gc.py                                                         | 
4 +++-
 Lib/test/test_regrtest.py                                                   | 
1 +
 Lib/test/test_sys.py                                                        | 
5 ++++-
 Lib/test/test_weakref.py                                                    | 
1 +
 Misc/NEWS.d/next/Core and Builtins/2017-10-09-11-03-13.bpo-31692.5-bpdk.rst | 
4 ++++
 Python/pythonrun.c                                                          | 
4 +++-
 9 files changed, 27 insertions(+), 3 deletions(-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to