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 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:58christian.heimessetrecipients: + christian.heimes, vinay.sajip, ncoghlan, dstufft
2013-12-08 00:24:58christian.heimessetmessageid: <1386462298.14.0.707345567423.issue19924@psf.upfronthosting.co.za>
2013-12-08 00:24:58christian.heimeslinkissue19924 messages
2013-12-08 00:24:57christian.heimescreate