commit | 7e160ce356036bccda2608d9ee10bfe276dfa97a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jul 03 21:03:53 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jul 03 21:03:53 2016 +0300 |
tree | 8c5ff466786f788afa0d8400c8d8c57211e85cdb | |
parent | 6c94d10a193ffdaad9d3b7c2376d9f4de776575f [diff] |
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.