[issue17323] Disable [X refs, Y blocks] ouput in debug builds

Gregory P. Smith report at bugs.python.org
Sun Mar 10 17:36:19 CET 2013


Gregory P. Smith added the comment:

If this is done, it should probably be on by default on all --with-pydebug buildbots.  Otherwise I suspect nobody will _ever_ look at its output and we should just remove the feature all together.

Being off in the main process on the build bots would still make test_subprocess.py happier though as that test's own child processes wouldn't pass the command line flag to enable it so they wouldn't see it in child process stderr.

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list