Martin Panter added the comment:

After looking into the unwrap() problem more, I think I understand the problem, 
and believe making the server call unwrap() is the correct way forward. 
SSL_ERROR_SYSCALL is Open SSL’s way of saying the connection was shut down 
insecurely (among other things). So I propose local-server.v2.patch which 
passes all the tests without hanging.

I am inclined to commit my first patch soon, which is fairly simple and should 
make the buildbots happy. Then people can have a chance to review the second 
(now third) patch, which is more involved.

Does the problem really need to be fixed in the 3.2 branch, or is 3.5+ and 2.7 
good enough?

----------
Added file: http://bugs.python.org/file41515/local-server.v2.patch

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

Reply via email to