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 2018-06-09.16:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528561513.33.0.592728768989.issue31007@psf.upfronthosting.co.za>
In-reply-to
Content
Test just failed on x86 Windows7 3.6 when test_asyncio was re-run (sequentially):

http://buildbot.python.org/all/#/builders/90/builds/387

======================================================================
ERROR: test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.6.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
2018-06-09 16:25:13vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, yselivanov, steve.dower
2018-06-09 16:25:13vstinnersetmessageid: <1528561513.33.0.592728768989.issue31007@psf.upfronthosting.co.za>
2018-06-09 16:25:13vstinnerlinkissue31007 messages
2018-06-09 16:25:13vstinnercreate