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 vstinner
Date 2019-12-05.18:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575570491.06.0.5201578887.issue38887@roundup.psfhosted.org>
In-reply-to
Content
New failure on AMD64 Windows7 SP1 3.x:
https://buildbot.python.org/all/#/builders/81/builds/16

ERROR: test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_asyncio\test_windows_utils.py", line 78, in test_pipe_handle
    raise RuntimeError('expected ERROR_INVALID_HANDLE')
RuntimeError: expected ERROR_INVALID_HANDLE
History
Date User Action Args
2019-12-05 18:28:11vstinnersetrecipients: + vstinner
2019-12-05 18:28:11vstinnersetmessageid: <1575570491.06.0.5201578887.issue38887@roundup.psfhosted.org>
2019-12-05 18:28:11vstinnerlinkissue38887 messages
2019-12-05 18:28:10vstinnercreate