[New-bugs-announce] [issue19924] test_venv fails with --without-threads

Christian Heimes report at bugs.python.org
Sun Dec 8 01:24:58 CET 2013


New submission from Christian Heimes:

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

----------
messages: 205503
nosy: christian.heimes, dstufft, ncoghlan, vinay.sajip
priority: high
severity: normal
stage: needs patch
status: open
title: test_venv fails with --without-threads
type: crash
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19924>
_______________________________________


More information about the New-bugs-announce mailing list