Nick Coghlan <ncogh...@gmail.com> added the comment:

I believe Charles-François was referring to this message:
http://mail.python.org/pipermail/python-dev/2012-January/115372.html

We shouldn't be encumbering threading *all the time* with stuff that "might be 
useful sometimes". Adding selective output to help debug problems can be 
handled with Thread subclasses, or even temporarily running with a modified 
threading.py (for people hacking on the stdlib itself).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13550>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to