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-04.21:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528146452.52.0.592728768989.issue33694@psf.upfronthosting.co.za>
In-reply-to
Content
A variant of the bug?

AMD64 Windows8.1 Non-Debug 3.x:
http://buildbot.python.org/all/#/builders/12/builds/948

======================================================================
ERROR: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.ware-win81-release\build\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 "D:\buildarea\3.x.ware-win81-release\build\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-04 21:07:32vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2018-06-04 21:07:32vstinnersetmessageid: <1528146452.52.0.592728768989.issue33694@psf.upfronthosting.co.za>
2018-06-04 21:07:32vstinnerlinkissue33694 messages
2018-06-04 21:07:32vstinnercreate