]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23197: On SSL handshake failure on matching hostname, check if the
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jan 2015 16:13:28 +0000 (17:13 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jan 2015 16:13:28 +0000 (17:13 +0100)
commitb92626df5ca72d25236404a0a62cf47279c4e503
tree14824053cb1cd7139dc8bdf79c089a7662dea48a
parent177e9f0855ca398bf208a7466ed288e2ae22f6d5
Issue #23197: On SSL handshake failure on matching hostname, check if the
waiter is cancelled before setting its exception.
Lib/asyncio/selector_events.py