This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients bkabrda, ezio.melotti, pitrou, serhiy.storchaka, vstinner
Date 2015-05-12.13:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431438597.7.0.223175238747.issue23034@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-12 13:49:57serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, bkabrda
2015-05-12 13:49:57serhiy.storchakasetmessageid: <1431438597.7.0.223175238747.issue23034@psf.upfronthosting.co.za>
2015-05-12 13:49:57serhiy.storchakalinkissue23034 messages
2015-05-12 13:49:57serhiy.storchakacreate