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, serhiy.storchaka
Date 2014-12-11.21:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418332173.89.0.386427809737.issue23034@psf.upfronthosting.co.za>
In-reply-to
Content
When Python is compiled with some defined macros (e.g. COUNT_ALLOCS) it prints additional debugging output at shutdown. This additional output can cause tests failure (see issue19527). It would be good if Python will silent by default and produce debugging output only if special command line option or environment variable is set.

Debugging output switched by Py_REF_DEBUG is now enabled only when "-X showrefcount" is specified (issue17323).
History
Date User Action Args
2014-12-11 21:09:33serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, bkabrda
2014-12-11 21:09:33serhiy.storchakasetmessageid: <1418332173.89.0.386427809737.issue23034@psf.upfronthosting.co.za>
2014-12-11 21:09:33serhiy.storchakalinkissue23034 messages
2014-12-11 21:09:33serhiy.storchakacreate