[issue23034] Dynamically control debugging output

Serhiy Storchaka report at bugs.python.org
Tue May 12 15:49:57 CEST 2015


Serhiy Storchaka added the comment:

Proposed patch adds the "-X showalloccount" option, that turn on the output of allocated objects counts if COUNT_ALLOCS, SHOW_ALLOC_COUNT, or SHOW_TRACK_COUNT are defined. The output of COUNT_ALLOCS is now written to stderr.

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file39350/show_alloc_counts.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23034>
_______________________________________


More information about the Python-bugs-list mailing list