Message232158
| Author |
vstinner |
| Recipients |
gvanrossum, python-dev, terry.reedy, torsten, vstinner, yselivanov |
| Date |
2014年12月04日.23:02:53 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1417734173.92.0.406624926091.issue22922@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Windows buildbots are not happy:
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5385/steps/test/logs/stdio
======================================================================
ERROR: test_close (test.test_asyncio.test_windows_events.ProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\proactor_events.py", line 394, in close
self._close_self_pipe()
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\proactor_events.py", line 423, in _close_self_pipe
self._self_reading_future.cancel()
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\windows_events.py", line 70, in cancel
return super().cancel()
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\futures.py", line 230, in cancel
self._schedule_callbacks()
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\futures.py", line 245, in _schedule_callbacks
self._loop.call_soon(callback, self)
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\base_events.py", line 384, in call_soon
handle = self._call_soon(callback, args, check_loop=True)
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\base_events.py", line 395, in _call_soon
self._check_closed()
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\asyncio\base_events.py", line 234, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed |
|