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 Decorater
Recipients Decorater, ellisj, eric.araujo, mwh, nikratio, tiagoaoa, undercoveridiot
Date 2016-08-05.02:55:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470365732.97.0.193185167383.issue1230540@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, so I just found out you can bypass thread exceptions by wraping the line that actually runs the threads in a try/except block and then using the logging module to log it to a file instead of the console.
History
Date User Action Args
2016-08-05 02:55:33Decoratersetrecipients: + Decorater, mwh, ellisj, tiagoaoa, eric.araujo, nikratio, undercoveridiot
2016-08-05 02:55:32Decoratersetmessageid: <1470365732.97.0.193185167383.issue1230540@psf.upfronthosting.co.za>
2016-08-05 02:55:32Decoraterlinkissue1230540 messages
2016-08-05 02:55:32Decoratercreate