Issue 13750: queue broken when built without-thread (original) (raw)

Commit 190ad17f5a87481a006434a2a3d3a8e1e954a6db broke the fedora without-threads buildbot: """ ./python ./Tools/scripts/run_tests.py -j 1 -u all -W --timeout=3600 Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/queue.py", line 4, in import threading File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/threading.py", line 4, in import _thread ImportError: No module named '_thread'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "./Tools/scripts/run_tests.py", line 12, in import test.support File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/test/support.py", line 25, in import logging.handlers File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/logging/handlers.py", line 30, in import queue File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/queue.py", line 6, in import dummythreading as threading ImportError: No module named 'dummythreading' [76890 refs] make: *** [buildbottest] Error 1 """

See http://python.org/dev/buildbot/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/1333/steps/test/logs/stdio