Stefan Krah <stefan-use...@bytereef.org> added the comment:

test_os fails on the Fedora bot (--without-threads):

test test_os crashed -- Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 1037, in runtest_inner
  File 
"/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/importlib/_bootstrap.py", 
line 437, in load_module
    return self._load_module(fullname)
  File 
"/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/importlib/_bootstrap.py", 
line 141, in decorated
    return fxn(self, module, *args, **kwargs)
  File 
"/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/importlib/_bootstrap.py", 
line 342, in _load_module
    exec(code_object, module.__dict__)
  File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/test/test_os.py", 
line 1312, in <module>
    class SendfileTestServer(asyncore.dispatcher, threading.Thread):
AttributeError: 'NoneType' object has no attribute 'Thread'

----------
nosy: +skrah

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10882>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to