Message311103
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' |
|
| Date |
User |
Action |
Args |
| 2018-01-29 12:07:13 | vstinner | set | recipients:
+ vstinner, terry.reedy, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower |
| 2018-01-29 12:07:13 | vstinner | set | messageid: <[email protected]> |
| 2018-01-29 12:07:13 | vstinner | link | issue32645 messages |
| 2018-01-29 12:07:13 | vstinner | create | |
|