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 paul.moore, steve.dower, tim.golden, vstinner, yselivanov, zach.ware
Date 2017-07-24.09:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500887344.87.0.0437843877994.issue31007@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/905/steps/test/logs/stdio

...
test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_wait_for_handle_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests) ... ERROR
test_pipe_overlapped (test.test_asyncio.test_windows_utils.PipeTests) ... ok
test_popen (test.test_asyncio.test_windows_utils.PopenTests) ... ok
...
======================================================================
ERROR: test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_asyncio\test_windows_utils.py", line 128, in test_pipe_handle
    raise RuntimeError('expected ERROR_INVALID_HANDLE')
RuntimeError: expected ERROR_INVALID_HANDLE
History
Date User Action Args
2017-07-24 09:09:04vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, yselivanov, steve.dower
2017-07-24 09:09:04vstinnersetmessageid: <1500887344.87.0.0437843877994.issue31007@psf.upfronthosting.co.za>
2017-07-24 09:09:04vstinnerlinkissue31007 messages
2017-07-24 09:09:04vstinnercreate