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, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware
Date 2018-01-29.12:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517227633.07.0.467229070634.issue32645@psf.upfronthosting.co.za>
In-reply-to
Content
Similar errors on more recent macOS version, x86-64 El Capitan 3.x:

http://buildbot.python.org/all/#/builders/93/builds/234

One example:

======================================================================
ERROR: test_sendfile_ssl_partial (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-elcapitan/build/Lib/test/test_asyncio/test_events.py", line 2302, in test_sendfile_ssl_partial
    srv_proto, cli_proto = self.prepare(is_ssl=True)
  File "/Users/buildbot/buildarea/3.x.billenstein-elcapitan/build/Lib/test/test_asyncio/test_events.py", line 2136, in prepare
    srv_ctx = test_utils.simple_server_sslcontext()
  File "/Users/buildbot/buildarea/3.x.billenstein-elcapitan/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-29 12:07:13vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower
2018-01-29 12:07:13vstinnersetmessageid: <1517227633.07.0.467229070634.issue32645@psf.upfronthosting.co.za>
2018-01-29 12:07:13vstinnerlinkissue32645 messages
2018-01-29 12:07:13vstinnercreate