diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-05-29 04:46:48 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-05-29 04:46:48 (GMT) |
commit | 7593b8a5075ff45d71be9f62980be6a9c005afa9 (patch) | |
tree | 1482dfae8b48c287fc58ea0616f6b60393877a01 /Python/Python-ast.c | |
parent | 325320d5f5a4480a6f4f92dcf86b9dbb7eb5c791 (diff) | |
download | cpython-7593b8a5075ff45d71be9f62980be6a9c005afa9.zip cpython-7593b8a5075ff45d71be9f62980be6a9c005afa9.tar.gz cpython-7593b8a5075ff45d71be9f62980be6a9c005afa9.tar.bz2 |
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188)
Fix a race condition in SSLProtocol.connection_made() of
asyncio.sslproto: start immediately the handshake instead of using
call_soon(). Previously, data_received() could be called before the
handshake started, causing the handshake to hang or fail.
(cherry picked from commit be00a5583a2cb696335c527b921d1868266a42c6)
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions