Message96233
| Author | jerry.seutter |
|---|---|
| Recipients | jerry.seutter, r.david.murray |
| Date | 2009-12-11.06:54:01 |
| SpamBayes Score | 8.1220975e-08 |
| Marked as misclassified | No |
| Message-id | <1260514456.31.0.876692703209.issue7449@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch makes it so that tests that use threading skip rather than
generate errors when python is compiled --without-threads.
I added a skip_if_no('modulename') decorator to test_support.
Let me know if this patch is too big to review and I'll break it up. It
is 800 lines.
One thing to note: when threading is disabled, all sqlite3 tests are
skipped. There are a few test files that do not use threading, but I
couldn't think of an easy way to split them out.
Tested on OS X and Linux. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-12-11 06:54:16 | jerry.seutter | set | recipients: + jerry.seutter, r.david.murray |
| 2009-12-11 06:54:16 | jerry.seutter | set | messageid: <1260514456.31.0.876692703209.issue7449@psf.upfronthosting.co.za> |
| 2009-12-11 06:54:14 | jerry.seutter | link | issue7449 messages |
| 2009-12-11 06:54:14 | jerry.seutter | create | |