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 <rep...@bugs.python.org> <http://bugs.python.org/issue23034> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com