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 asvetlov, pablogsal, vstinner, yselivanov
Date 2018-06-06.10:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528281008.72.0.592728768989.issue33694@psf.upfronthosting.co.za>
In-reply-to
Content
Another variant seen on AppVeyor (PR 7439, master branch):

https://ci.appveyor.com/project/python/cpython/build/3.8build16980

======================================================================
ERROR: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test_asyncio\test_sslproto.py", line 623, in test_create_connection_ssl_failed_certificate
    self.loop.run_until_complete(client(srv.addr))
  File "C:\projects\cpython\lib\asyncio\base_events.py", line 566, in run_until_complete
    raise RuntimeError('Event loop stopped before Future completed.')
RuntimeError: Event loop stopped before Future completed.
----------------------------------------------------------------------
History
Date User Action Args
2018-06-06 10:30:08vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2018-06-06 10:30:08vstinnersetmessageid: <1528281008.72.0.592728768989.issue33694@psf.upfronthosting.co.za>
2018-06-06 10:30:08vstinnerlinkissue33694 messages
2018-06-06 10:30:08vstinnercreate