summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-05-29 04:46:48 (GMT)
committerYury Selivanov <yury@magic.io>2018-05-29 04:46:48 (GMT)
commit7593b8a5075ff45d71be9f62980be6a9c005afa9 (patch)
tree1482dfae8b48c287fc58ea0616f6b60393877a01 /Python/Python-ast.c
parent325320d5f5a4480a6f4f92dcf86b9dbb7eb5c791 (diff)
downloadcpython-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