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 mwh
Recipients
Date 2007-06-06.11:11:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I've just run into this, and it's very annoying.  The stupid part is that threads started with the thread module don't have this problem, it's just a problem with threading.Thread()s trying to be too clever.

I would vote for deleting all the code to do with exception printing in threading.py and letting the C machinery take care of it.
History
Date User Action Args
2007-08-23 14:32:50adminlinkissue1230540 messages
2007-08-23 14:32:50admincreate