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, vstinner, yselivanov
Date 2018-01-27.22:04:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517090653.93.0.467229070634.issue32622@psf.upfronthosting.co.za>
In-reply-to
Content
s390x Debian 3.x buildbot failed:
http://buildbot.python.org/all/#/builders/13/builds/601

Exmaple:

======================================================================
ERROR: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_asyncio/test_events.py", line 2277, in test_sendfile_ssl_pre_and_post_data
    srv_proto, cli_proto = self.prepare(is_ssl=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_asyncio/test_events.py", line 2136, in prepare
    srv_ctx = test_utils.simple_server_sslcontext()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_asyncio/utils.py", line 73, in simple_server_sslcontext
    server_context = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER)
AttributeError: 'NoneType' object has no attribute 'SSLContext'
History
Date User Action Args
2018-01-27 22:04:13vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-01-27 22:04:13vstinnersetmessageid: <1517090653.93.0.467229070634.issue32622@psf.upfronthosting.co.za>
2018-01-27 22:04:13vstinnerlinkissue32622 messages
2018-01-27 22:04:13vstinnercreate