This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients alex, christian.heimes, dstufft, janssen, njs, pitrou
Date 2017-12-05.11:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512472200.15.0.213398074469.issue32219@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2017-12-05 11:10:00njssetrecipients: + njs, janssen, pitrou, christian.heimes, alex, dstufft
2017-12-05 11:10:00njssetmessageid: <1512472200.15.0.213398074469.issue32219@psf.upfronthosting.co.za>
2017-12-05 11:10:00njslinkissue32219 messages
2017-12-05 11:10:00njscreate