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 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.org\3.x.kloth-win64\build\lib\asyncio\proactor_events.py", line 394, in close
    self._close_self_pipe()
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\asyncio\proactor_events.py", line 423, in _close_self_pipe
    self._self_reading_future.cancel()
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\asyncio\windows_events.py", line 70, in cancel
    return super().cancel()
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\asyncio\futures.py", line 230, in cancel
    self._schedule_callbacks()
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\asyncio\futures.py", line 245, in _schedule_callbacks
    self._loop.call_soon(callback, self)
  File "C:\buildbot.python.org\3.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.org\3.x.kloth-win64\build\lib\asyncio\base_events.py", line 395, in _call_soon
    self._check_closed()
  File "C:\buildbot.python.org\3.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
History
Date User Action Args
2014-12-04 23:02:53vstinnersetrecipients: + vstinner, gvanrossum, terry.reedy, torsten, python-dev, yselivanov
2014-12-04 23:02:53vstinnersetmessageid: <1417734173.92.0.406624926091.issue22922@psf.upfronthosting.co.za>
2014-12-04 23:02:53vstinnerlinkissue22922 messages
2014-12-04 23:02:53vstinnercreate