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:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517227711.03.0.467229070634.issue32645@psf.upfronthosting.co.za>
In-reply-to
Content
And x86 Ubuntu Shared 3.x:

http://buildbot.python.org/all/#/builders/88/builds/603

Example:

======================================================================
ERROR: test_sendfile_ssl_partial (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/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 "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_asyncio/test_events.py", line 2136, in prepare
    srv_ctx = test_utils.simple_server_sslcontext()
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/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:08:31vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower
2018-01-29 12:08:31vstinnersetmessageid: <1517227711.03.0.467229070634.issue32645@psf.upfronthosting.co.za>
2018-01-29 12:08:31vstinnerlinkissue32645 messages
2018-01-29 12:08:30vstinnercreate