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 tiagoaoa
Recipients ellisj, mwh, tiagoaoa
Date 2008-02-24.20:40:07
SpamBayes Score 0.07638589
Marked as misclassified No
Message-id <1203885608.78.0.4572362355.issue1230540@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see it as a problem or as the threading module trying to be
"clever". It clearly was a design choice to make the module have its own
exception treatment in order to make it clear in which thread the
exception occurred.
IMHO the decision here should be to implement per thread excepthook's.
History
Date User Action Args
2008-02-24 20:40:08tiagoaoasetspambayes_score: 0.0763859 -> 0.07638589
recipients: + tiagoaoa, mwh, ellisj
2008-02-24 20:40:08tiagoaoasetspambayes_score: 0.0763859 -> 0.0763859
messageid: <1203885608.78.0.4572362355.issue1230540@psf.upfronthosting.co.za>
2008-02-24 20:40:08tiagoaoalinkissue1230540 messages
2008-02-24 20:40:07tiagoaoacreate