[New-bugs-announce] [issue23034] Dynamically control debugging output

Serhiy Storchaka report at bugs.python.org
Thu Dec 11 22:09:33 CET 2014


New submission from Serhiy Storchaka:

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).

----------
components: Interpreter Core
messages: 232495
nosy: bkabrda, ezio.melotti, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Dynamically control debugging output
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list