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 larry
Recipients gvanrossum, larry, steve.dower, vstinner
Date 2015-08-09.10:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439115986.79.0.206255859862.issue24835@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-08-09 10:26:26larrysetrecipients: + larry, gvanrossum, vstinner, steve.dower
2015-08-09 10:26:26larrysetmessageid: <1439115986.79.0.206255859862.issue24835@psf.upfronthosting.co.za>
2015-08-09 10:26:26larrylinkissue24835 messages
2015-08-09 10:26:25larrycreate