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 skrah
Recipients anacrolix, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall, skrah
Date 2011-05-18.18:47:42
SpamBayes Score 0.00097181374
Marked as misclassified No
Message-id <1305744463.47.0.012390926299.issue10882@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2011-05-18 18:47:43skrahsetrecipients: + skrah, loewis, georg.brandl, pitrou, giampaolo.rodola, anacrolix, rosslagerwall
2011-05-18 18:47:43skrahsetmessageid: <1305744463.47.0.012390926299.issue10882@psf.upfronthosting.co.za>
2011-05-18 18:47:42skrahlinkissue10882 messages
2011-05-18 18:47:42skrahcreate