Message8286

Author zyasoft
Recipients zyasoft
Date 2014-04-15.16:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397580222.23.0.207256732265.issue2125@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6 introduced new names in the threading/thread modules that are more Pythonic, eg using Thread.daemon to set/get this daemonic quality instead of setDaemon/isDaemon. But this attribute currently has no special meaning and is thus quietly ignored.

This seems to cause downstream issues as tests do not properly terminate.
History
Date User Action Args
2014-04-15 16:43:42zyasoftsetrecipients: + zyasoft
2014-04-15 16:43:42zyasoftsetmessageid: <1397580222.23.0.207256732265.issue2125@psf.upfronthosting.co.za>
2014-04-15 16:43:42zyasoftlinkissue2125 messages
2014-04-15 16:43:41zyasoftcreate