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 r.david.murray
Recipients jerry.seutter, r.david.murray, vstinner
Date 2010-03-03.01:46:15
SpamBayes Score 8.350806e-06
Marked as misclassified No
Message-id <1267580780.2.0.591605409747.issue7449@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't reviewed the whole patch, but I would suggest that instead of making a test_support.skip_if_no (or any other name), you use use @unittest.skipUnless(threading) (note that lack of quotes around threading...you seem to already be getting it defined correctly in all the modules I scaned).  That's what other test modules do in similar situations.
History
Date User Action Args
2010-03-03 01:46:20r.david.murraysetrecipients: + r.david.murray, vstinner, jerry.seutter
2010-03-03 01:46:20r.david.murraysetmessageid: <1267580780.2.0.591605409747.issue7449@psf.upfronthosting.co.za>
2010-03-03 01:46:15r.david.murraylinkissue7449 messages
2010-03-03 01:46:15r.david.murraycreate