Nathaniel Smith <n...@pobox.com> added the comment:

There's no timeout. The man page claims SSL_ERROR_WANT_WRITE can't happen on a 
blocking socket, but who knows...

Re: EINTR, this is all happening in a child thread. On Linux, this would mean 
that it almost certainly isn't receiving any signals. I'm not sure about MacOS, 
though. (POSIX allows signals to be delivered to any thread, but most Unixes 
are much more conservative in practice.)

----------

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

Reply via email to