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

Dimitri John Ledkov report at bugs.python.org
Thu Sep 27 21:14:31 EDT 2018


Dimitri John Ledkov <dimitri.j.ledkov at intel.com> added the comment:

Similar client sockets are used in that file, but they are wrapped in extra `with closing(...) as s:`

Is closing() wrapper missing in this test case?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34818>
_______________________________________


More information about the Python-bugs-list mailing list