]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 18:03:53 +0000 (21:03 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 18:03:53 +0000 (21:03 +0300)
commit7e160ce356036bccda2608d9ee10bfe276dfa97a
tree8c5ff466786f788afa0d8400c8d8c57211e85cdb
parent6c94d10a193ffdaad9d3b7c2376d9f4de776575f
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT macros is now off by  default.  It can
be re-enabled using the "-X showalloccount" option.  It now outputs to stderr
instead of stdout.
Doc/using/cmdline.rst
Doc/whatsnew/3.6.rst
Misc/NEWS
Objects/listobject.c
Objects/object.c
Objects/tupleobject.c
Python/pylifecycle.c