[Python-Dev] Looking for volunteers to test Tulip on Windows (original) (raw)
Richard Oudkerk shibturn at gmail.com
Fri Oct 18 23:04:44 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 ]
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: CERTIFICATE_VERIFY_FAILED] certificate verify
failed (_ssl.c:553)')
is being raised in _on_handshake(). 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
- 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 ]