Message205503
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, dstufft, ncoghlan, vinay.sajip |
| Date | 2013-12-08.00:24:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1386462298.14.0.707345567423.issue19924@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The test fails when Python is compiled --without-threads. Two 3rd party modules import threading unconditionally: pip/_vendor/distlib/util.py import threading pip/_vendor/requests/packages/urllib3/_collections.py from threading import RLock |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-08 00:24:58 | christian.heimes | set | recipients: + christian.heimes, vinay.sajip, ncoghlan, dstufft |
| 2013-12-08 00:24:58 | christian.heimes | set | messageid: <1386462298.14.0.707345567423.issue19924@psf.upfronthosting.co.za> |
| 2013-12-08 00:24:58 | christian.heimes | link | issue19924 messages |
| 2013-12-08 00:24:57 | christian.heimes | create | |