]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
authorJustin Turner Arthur <justinarthur@gmail.com>
Tue, 20 Oct 2020 01:18:57 +0000 (20:18 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 01:18:57 +0000 (21:18 -0400)
commitde73d432bb29f6439f2db16cb991e15e09c70c26
tree1ec47133fbdbd6890e4e20cc355b92f6d320fe67
parent23c0fb8edd16fe6d796df2853a5369fd783e05b7
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)

Reduces the rate at which the ENV CHANGED failure occurs in test_asyncio SSL tests (due to unclosed transport), but does not 100% resolve it.
Lib/test/test_asyncio/test_events.py
Misc/ACKS