Message136257
| 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' |
|