New submission from Larry Hastings:

The Python 3.5 buildbot for Windows 7 consistently fails during test_asyncio.  
The buildbots are here:

http://buildbot.python.org/all/waterfall?category=3.5.stable

An example log file:

http://buildbot.python.org/all/builders/x86%20Windows7%203.5/builds/173/steps/test/logs/stdio

The error is at the end and looks like this:

    test_winsocketpair_ipv6 
(test.test_asyncio.test_windows_utils.WinsocketpairTests) ... 
D:\cygwin\home\db3l\buildarea\3.5.bolen-windows7\build\lib\asyncio\base_subprocess.py:122:
 ResourceWarning: unclosed transport <_WindowsSubprocessTransport pid=3388 
running>
      warnings.warn("unclosed transport %r" % self, ResourceWarning)
    test test_asyncio failed
    ok

Who's the expert for the asyncio implementation on Windows?  Could one of you 
guys nosy him/her on the bug?

----------
messages: 248320
nosy: gvanrossum, haypo, larry, steve.dower
priority: critical
severity: normal
stage: needs patch
status: open
title: Consistent failure in test_asyncio on Windows 7 buildbot
type: crash

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24835>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to