STINNER Victor added the comment: 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 ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22922> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com