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 ncoghlan
Recipients eric.araujo, jcea, ncoghlan, neologix, pitrou, tim.peters, vstinner
Date 2012-02-08.01:09:24
SpamBayes Score 0.00030970876
Marked as misclassified No
Message-id <1328663365.51.0.985666537514.issue13550@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-02-08 01:09:25ncoghlansetrecipients: + ncoghlan, tim.peters, jcea, pitrou, vstinner, eric.araujo, neologix
2012-02-08 01:09:25ncoghlansetmessageid: <1328663365.51.0.985666537514.issue13550@psf.upfronthosting.co.za>
2012-02-08 01:09:24ncoghlanlinkissue13550 messages
2012-02-08 01:09:24ncoghlancreate