commit | 177e9f0855ca398bf208a7466ed288e2ae22f6d5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Jan 14 16:56:20 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Jan 14 16:56:20 2015 +0100 |
tree | 27c994b28ebad69a451db7937c7fed06e37ff37a | |
parent | f651a604075c2dc9a2d7f3d3bd74da374ff8a696 [diff] |
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is cancelled before setting its exception. * Add unit tests for this case. * Cleanup also sslproto.py