STINNER Victor added the comment:

The change introducing the != SOCK_STREAM check (change a00842b783cf) was made 
in 2013. It looks like the case was not tested since at least 3 years...

> This will need a test in Lib/test/test_ssl.py to check for this particular 
> case.

Yes, this new test is mandatory to make sure that the feature is not broken 
again (check for regression).

The workaround is to pass an existing socket...

----------
nosy: +haypo

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

Reply via email to