[Python-Dev] Looking for volunteers to test Tulip on Windows (original) (raw)
Guido van Rossum guido at python.org
Fri Oct 18 23:37:29 CEST 2013
- Previous message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Next message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good sleuthing! Does the attached patch fix it?
(Off-topic: the code is pretty inconsistent about catching BaseException. Maybe it shouldn't be caught at all?)
On Fri, Oct 18, 2013 at 2:04 PM, Richard Oudkerk <shibturn at gmail.com> wrote:
On 18/10/2013 9:19pm, Guido van Rossum wrote:
Maybe the dummy socket returned by wrapsocket() is not acceptable for select?
An error SSLError(1, '[SSL: CERTIFICATEVERIFYFAILED] certificate verify failed (ssl.c:553)') is being raised in onhandshake(). This seems to result in the socket being closed without being unregistered from the selector. select() fails before the SSLError gets reported, so it does not appear in the traceback. -- Richard
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131018/18710ed3/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: quickfix.diff Type: application/octet-stream Size: 1498 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20131018/18710ed3/attachment.obj>
- Previous message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Next message: [Python-Dev] Looking for volunteers to test Tulip on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]