New submission from Dimitri John Ledkov <dimitri.j.led...@intel.com>:

test.test_ssl.ThreadedTests.test_tls1_3 fails in 2.7 with AttributeError: 
__exit__

When building python 2.7, update to 20180926 from the 2.7 branch, on Ubuntu 
18.10 (cosmic) with OpenSSL 1.1.1 the test_ssl errors out like so:

======================================================================
ERROR: test_tls1_3 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ssl.py", line 2815, in test_tls1_3
    with context.wrap_socket(socket.socket()) as s:
AttributeError: __exit__

Distribution issue 
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1759172

----------
assignee: christian.heimes
components: SSL
messages: 326534
nosy: christian.heimes, xnox
priority: normal
severity: normal
status: open
title: test.test_ssl.ThreadedTests.test_tls1_3 fails in 2.7 with 
AttributeError: __exit__
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to